whitespace fixes, silence compiler warning about too few format specifiers

This commit is contained in:
Axel Kohlmeyer
2017-09-25 16:31:39 -04:00
parent f2c1172741
commit 836a6d292c
2 changed files with 8 additions and 8 deletions

View File

@ -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);