Skip to content
Snippets Groups Projects
Commit 3c4083ac authored by Paolo Veglio's avatar Paolo Veglio
Browse files

removed lst_sum used for debugging

parent f5245a58
No related branches found
No related tags found
No related merge requests found
Pipeline #55303 failed with stages
in 11 seconds
......@@ -106,7 +106,6 @@ int assign_geos_vals(float *lat, float *lon, int n_eles, int n_lines, int res)
printf("Could not allocate memory for landicefr\n");
return(-2);
}
grn_anc.lst_sum = (int *) malloc(sizeof(int) * n_pixels);
/******************************************************************************/
......@@ -243,7 +242,6 @@ int assign_geos_vals(float *lat, float *lon, int n_eles, int n_lines, int res)
// ij++;
}
grn_anc.lst_sum[idxloc] = lst_sum;
idx++;
idxloc++;
......
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