Changeset 2931


Ignore:
Timestamp:
Apr 2, 2012 9:21:12 AM (12 years ago)
Author:
ldelgass
Message:

Fix command parsing for plane active/add

File:
1 edited

Legend:

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

    r2930 r2931  
    470470}
    471471
    472 
    473472/**
    474473 * Read the requested number of bytes from standard input into the given
     
    22192218
    22202219static Rappture::CmdSpec planeOps[] = {
    2221     {"active",     1, PlaneEnableOp,    3, 3, "planeIdx",},
    2222     {"add",        1, PlaneAddOp,       5, 5, "planeIdx width height",},
    2223     {"link",       1, PlaneLinkOp,      4, 4, "planeIdx transfuncIdx",},
     2220    {"active",     2, PlaneEnableOp,    3, 3, "planeIdx",},
     2221    {"add",        2, PlaneAddOp,       5, 5, "planeIdx width height",},
     2222    {"link",       1, PlaneLinkOp,      4, 4, "planeIdx transfunc_name",},
    22242223};
    22252224static int nPlaneOps = NumCmdSpecs(planeOps);
Note: See TracChangeset for help on using the changeset viewer.