Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: <erikgreenwald@us...> - 2013-08-04 19:29:03
|
Revision: 56524 http://sourceforge.net/p/brlcad/code/56524 Author: erikgreenwald Date: 2013-08-04 19:29:01 +0000 (Sun, 04 Aug 2013) Log Message: ----------- change NULL to false in boolean default Modified Paths: -------------- brlcad/trunk/src/libbrep/intersect.cpp Modified: brlcad/trunk/src/libbrep/intersect.cpp =================================================================== --- brlcad/trunk/src/libbrep/intersect.cpp 2013-08-04 19:25:56 UTC (rev 56523) +++ brlcad/trunk/src/libbrep/intersect.cpp 2013-08-04 19:29:01 UTC (rev 56524) @@ -384,7 +384,7 @@ ON_Curve* -curve_fitting(ON_Curve* in, double fitting_tolerance = ON_ZERO_TOLERANCE, bool delete_curve = NULL) +curve_fitting(ON_Curve* in, double fitting_tolerance = ON_ZERO_TOLERANCE, bool delete_curve = false) { // Fit a *2D* curve into line, arc, ellipse or other comic curves. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |