Changeset 3884


Ignore:
Timestamp:
Aug 23, 2013 12:29:19 PM (11 years ago)
Author:
ldelgass
Message:

Fix cutplane visible command

File:
1 edited

Legend:

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

    r3883 r3884  
    776776
    777777    std::vector<Volume *> ivol;
    778     if (GetVolumes(interp, objc - 4, objv + 4, &ivol) != TCL_OK) {
     778    if (GetVolumes(interp, objc - 3, objv + 3, &ivol) != TCL_OK) {
    779779        return TCL_ERROR;
    780780    }
Note: See TracChangeset for help on using the changeset viewer.