Ignore:
Timestamp:
Jun 25, 2011 12:56:35 PM (13 years ago)
Author:
ldelgass
Message:

Fix help string for cutplane command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/Command.cpp

    r2096 r2292  
    785785
    786786static Rappture::CmdSpec cutplaneOps[] = {
    787     {"position", 1, CutplanePositionOp, 4, 0, "bool axis ?indices?",},
    788     {"state",    1, CutplaneStateOp,    4, 0, "relval axis ?indices?",},
     787    {"position", 1, CutplanePositionOp, 4, 0, "relval axis ?indices?",},
     788    {"state",    1, CutplaneStateOp,    4, 0, "bool axis ?indices?",},
    789789};
    790790static int nCutplaneOps = NumCmdSpecs(cutplaneOps);
Note: See TracChangeset for help on using the changeset viewer.