[cgma-dev] r1536 - cgm/trunk/test
janehu at mcs.anl.gov
janehu at mcs.anl.gov
Thu Jan 17 13:53:49 CST 2008
Author: janehu
Date: 2008-01-17 13:53:49 -0600 (Thu, 17 Jan 2008)
New Revision: 1536
Modified:
cgm/trunk/test/makept.cpp
Log:
Corrected the comments.
Modified: cgm/trunk/test/makept.cpp
===================================================================
--- cgm/trunk/test/makept.cpp 2008-01-17 19:52:19 UTC (rev 1535)
+++ cgm/trunk/test/makept.cpp 2008-01-17 19:53:49 UTC (rev 1536)
@@ -227,8 +227,7 @@
surface->closest_point(vi, &closest_location, &unit_normal_ptr,
&curvature1_ptr, &curvature2_ptr);
// another way to get normal at center point, and found surface
- // projection location for vi, here curvature1_ptr, &curvature2_ptr
- // returns nothing.
+ // projection location for vi.
double curvature1, curvature2;
surface->principal_curvatures(closest_location, curvature1, curvature2);
More information about the cgma-dev
mailing list