Skip to content

Commit 321d2b3

Browse files
committed
Fix trailing whitespace.
Signed-off-by: Jeff Lait <jlait@andorra.sidefx.com>
1 parent 072a501 commit 321d2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvdb/openvdb/tools/LevelSetRebuild.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/// When rebuilding we convert from grid -> mesh -> grid.
88
/// The conversion from mesh -> grid will close any internal bubbles.
99
/// By using the original grid as an oracle we can set the sign of the
10-
/// bubbles properly. Unfortunately, when increasing resolution the
10+
/// bubbles properly. Unfortunately, when increasing resolution the
1111
/// rasterization of the mesh diverges too far from interpolated original
1212
/// grid and results in incorrect sign choices. The likely correct solution
1313
/// is to use a different approach for rebuilding when resolution is

0 commit comments

Comments
 (0)