Revision: 48467
http://brlcad.svn.sourceforge.net/brlcad/?rev=48467&view=rev
Author: starseeker
Date: 2012-01-12 00:59:04 +0000 (Thu, 12 Jan 2012)
Log Message:
-----------
Don't call Make_name if we've got a sphere - CID 315
Modified Paths:
--------------
brlcad/trunk/src/proc-db/pipe.c
Modified: brlcad/trunk/src/proc-db/pipe.c
===================================================================
--- brlcad/trunk/src/proc-db/pipe.c 2012-01-12 00:53:03 UTC (rev 48466)
+++ brlcad/trunk/src/proc-db/pipe.c 2012-01-12 00:59:04 UTC (rev 48467)
@@ -178,7 +178,7 @@
if (!cable) /* Inner elbow */
Make_name(ptr->elbflu, inform, name, nummer);
}
- if (torus || mitre) /* Make cutting solid name */
+ if ((torus || mitre) && !sphere) /* Make cutting solid name */
Make_name(ptr->cut, cutform, name, nummer);
/* Make region names */
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits