Skip to content
Snippets Groups Projects
Commit fa4c1552 authored by Daniel Maier's avatar Daniel Maier
Browse files

code lu: fix error calc

parent d49ee3fc
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ void calc_error(int n,
DATA_TYPE POLYBENCH_2D(A,N,N,n,n))
{
int i;
int num = n;
int num = n*n;
double err = 0;
double *accurate = &_binary_data_bin_start;
double *test = &(A[0][0]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment