Ignore:
Timestamp:
May 27, 2009 6:16:36 PM (15 years ago)
Author:
gah
Message:

change unirect?d parsing for flows to not call Tcl command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/FlowCmd.h

    r1458 r1469  
    3939
    4040    FlowParticles(const char *name, Tcl_HashEntry *hPtr);
    41     ~FlowParticles(void) {
    42         Rappture::FreeSwitches(_switches, &_sv, 0);
    43         if (_rendererPtr != NULL) {
    44             delete _rendererPtr;
    45         }
    46         if (_hashPtr != NULL) {
    47             Tcl_DeleteHashEntry(_hashPtr);
    48         }
    49     }
     41    ~FlowParticles(void);
    5042    void SetColor(FlowColor &color) {
    5143        _sv.color = color;
Note: See TracChangeset for help on using the changeset viewer.