Revision: 55319
http://sourceforge.net/p/brlcad/code/55319
Author: n_reed
Date: 2013-05-07 20:01:14 +0000 (Tue, 07 May 2013)
Log Message:
-----------
swapping parameters changes traversal direction, don't do it
Modified Paths:
--------------
brlcad/trunk/src/conv/step/OpenNurbsInterfaces.cpp
Modified: brlcad/trunk/src/conv/step/OpenNurbsInterfaces.cpp
===================================================================
--- brlcad/trunk/src/conv/step/OpenNurbsInterfaces.cpp 2013-05-07 19:17:55 UTC
(rev 55318)
+++ brlcad/trunk/src/conv/step/OpenNurbsInterfaces.cpp 2013-05-07 20:01:14 UTC
(rev 55319)
@@ -1926,9 +1926,7 @@
}
while (s < t) {
- double tmp = s;
- s = t;
- t = tmp;
+ s += 2.0 * ON_PI;
}
// if we have only t and s, get corresponding start and end points
@@ -2127,9 +2125,7 @@
}
while (s < t) {
- double tmp = s;
- s = t;
- t = tmp;
+ s += 2.0 * ON_PI;
}
// if we have only t and s, get corresponding start and end points
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and
their applications. This 200-page book is written by three acclaimed
leaders in the field. The early access version is available now.
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits