Commit 836a6d29 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

whitespace fixes, silence compiler warning about too few format specifiers

parent f2c11727
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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);
+3 −3

File changed.

Contains only whitespace changes.