Changeset 3505 in Sophya
- Timestamp:
- Aug 7, 2008, 7:17:36 PM (17 years ago)
- Location:
- trunk/SophyaPI/PIext
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pintup3d.cc
r2615 r3505 305 305 string opts = opt[k]; 306 306 if (opts == "connectpoints") ConnectPoints(true); 307 else if (opts == "cpts") ConnectPoints(true); 307 308 else if (opts == "noconnectpoints") ConnectPoints(false); 308 309 else if (opts == "colorscale") UseColorScale(true); -
trunk/SophyaPI/PIext/pintuple.cc
r3272 r3505 404 404 } 405 405 else if (opts == "connectpoints") ConnectPoints(true); 406 else if (opts == "cpts") ConnectPoints(true); 406 407 else if (opts == "noconnectpoints") ConnectPoints(false); 407 408 else if (opts == "colorscale") UseColorScale(true);
Note:
See TracChangeset
for help on using the changeset viewer.