Revision: 49351
http://brlcad.svn.sourceforge.net/brlcad/?rev=49351&view=rev
Author: brlcad
Date: 2012-02-08 21:21:25 +0000 (Wed, 08 Feb 2012)
Log Message:
-----------
looks like bad logic? should intended an '&&' but simpler to just check the
next range
Modified Paths:
--------------
brlcad/trunk/src/shapes/wire.c
Modified: brlcad/trunk/src/shapes/wire.c
===================================================================
--- brlcad/trunk/src/shapes/wire.c 2012-02-08 21:08:34 UTC (rev 49350)
+++ brlcad/trunk/src/shapes/wire.c 2012-02-08 21:21:25 UTC (rev 49351)
@@ -455,15 +455,13 @@
regsph[6] = temp[0];
} /* END # 52 */
} /* END # 51 */
-
- else if ((10 <= i) || (i < 100)) {
+ else if (i < 100) {
/* START # 53 */
regcyl[5] = temp[0];
regcyl[6] = temp[1];
regsph[5] = temp[0];
regsph[6] = temp[1];
} /* END # 53 */
-
else {
/* START # 54 */
(void)printf("** ERROR ** i = %d\n", i);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits