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

removed return used for debugging

parent 05554ca6
No related branches found
No related tags found
No related merge requests found
Pipeline #55297 failed with stages
in 14 seconds
......@@ -176,7 +176,6 @@ int assign_geos_vals(float *lat, float *lon, int n_eles, int n_lines, int res)
if(j1 < 0 || fabs(dyi) < 0.000001 || py > 1.00 || py < 0.00) {
printf("problem with j index in spatial interpolation\n");
printf("%d %d %ld %d %d %d %f %f %f %f %f %f\n", row,col,idx,j,j1,j2,lat00,lat10,dyi,y,pyi,py);
return(-666);
}
// Find surrounding longitudes and compute the fractional distance between
......
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