Revision: 55926
http://sourceforge.net/p/brlcad/code/55926
Author: phoenixyjll
Date: 2013-07-02 08:50:30 +0000 (Tue, 02 Jul 2013)
Log Message:
-----------
should be "CS" (curve-surface), not "PC"
Modified Paths:
--------------
brlcad/trunk/src/libged/brep.c
Modified: brlcad/trunk/src/libged/brep.c
===================================================================
--- brlcad/trunk/src/libged/brep.c 2013-07-02 08:05:27 UTC (rev 55925)
+++ brlcad/trunk/src/libged/brep.c 2013-07-02 08:50:30 UTC (rev 55926)
@@ -158,7 +158,7 @@
brep_intersect_point_surface(&intern, &intern2, i, j);
} else if (BU_STR_EQUAL(argv[6], "CC")) {
brep_intersect_curve_curve(&intern, &intern2, i, j);
- } else if (BU_STR_EQUAL(argv[6], "PC")) {
+ } else if (BU_STR_EQUAL(argv[6], "CS")) {
brep_intersect_curve_surface(&intern, &intern2, i, j);
} else {
bu_vls_printf(gedp->ged_result_str, "Invalid intersection type
%s.\n", argv[6]);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits