Changeset 3505 in Sophya


Ignore:
Timestamp:
Aug 7, 2008, 7:17:36 PM (17 years ago)
Author:
cmv
Message:

add option \"cpts\" for \"connectpoints\" rz+cmv 07/08/2008

Location:
trunk/SophyaPI/PIext
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pintup3d.cc

    r2615 r3505  
    305305    string opts = opt[k];
    306306    if (opts == "connectpoints") ConnectPoints(true);
     307    else if (opts == "cpts") ConnectPoints(true);
    307308    else if (opts == "noconnectpoints") ConnectPoints(false);
    308309    else if (opts == "colorscale") UseColorScale(true);
  • trunk/SophyaPI/PIext/pintuple.cc

    r3272 r3505  
    404404    }
    405405    else if (opts == "connectpoints") ConnectPoints(true);
     406    else if (opts == "cpts") ConnectPoints(true);
    406407    else if (opts == "noconnectpoints") ConnectPoints(false);
    407408    else if (opts == "colorscale") UseColorScale(true);
Note: See TracChangeset for help on using the changeset viewer.