Ignore:
Timestamp:
Mar 11, 2008, 2:41:43 PM (17 years ago)
Author:
gah
Message:

Axis.cpp cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/vizservers/nanovis/Axis.h

    r936 r939  
    150150    }
    151151    void SweepTicks(void) {
    152         if (_flags & AUTOSCALE) {
     152        if (_autoscale) {
    153153            if (_ticks != NULL) {
    154154                delete [] _ticks;
Note: See TracChangeset for help on using the changeset viewer.