Ignore:
Timestamp:
01/23/07 23:00:04 (18 years ago)
Author:
bittner
Message:

time termination

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.cpp

    r2045 r2046  
    172172        Environment::GetSingleton()->GetIntValue("Preprocessor.samplesPerPass", mSamplesPerPass); 
    173173        Environment::GetSingleton()->GetIntValue("Preprocessor.totalSamples", mTotalSamples); 
     174        Environment::GetSingleton()->GetIntValue("Preprocessor.totalTime", mTotalTime); 
    174175        Environment::GetSingleton()->GetIntValue("Preprocessor.samplesPerEvaluation", 
    175176                                                                                         mSamplesPerEvaluation); 
Note: See TracChangeset for help on using the changeset viewer.