Changeset 20261

Show
Ignore:
Timestamp:
05/23/07 09:52:53 (2 years ago)
Author:
aronb
Message:

Make this compile again.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vapor/vpr/Util/SampleLimitedStatCollector.h

    r20260 r20261  
    253253        inst_average = double(mPrevSample1 + mPrevSample2)/diff_sec; 
    254254      } 
    255  
    256       // Haven't had sample in quite a while, so clamp to zero. 
    257       if(diff_time > this->mSTAMaxTime) 
    258       { 
    259          inst_average = 0.0; 
    260       } 
    261255   } 
    262256   else