whitespace fixes, silence compiler warning about too few format specifiers
This commit is contained in:
@ -367,7 +367,7 @@ void manifold_gaussian_bump::test_lut()
|
||||
}else{
|
||||
taper_z = 0.0;
|
||||
}
|
||||
fprintf( fp, "%g %g %g %g %g\n", xx, gaussian_bump(xx), taper_z,
|
||||
fprintf( fp, "%g %g %g %g %g %g %g\n", xx, gaussian_bump(xx), taper_z,
|
||||
gg, nn[0], nn[1], nn[2] );
|
||||
}
|
||||
fclose(fp);
|
||||
|
||||
Reference in New Issue
Block a user