Ignore:
Timestamp:
05/16/07 11:59:26 (18 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/TestPreprocessor.vcproj

    r2353 r2381  
    231231                                GenerateDebugInformation="FALSE" 
    232232                                SubSystem="1" 
     233                                LargeAddressAware="2" 
    233234                                OptimizeReferences="2" 
    234235                                EnableCOMDATFolding="2" 
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp

    r2353 r2381  
    952952 
    953953        VssRayContainer postProcessSamples; 
    954         cout << "casting " << mPostProcessSamples << " post processing samples ... "; 
     954        cout << "casting " << mPostProcessSamples << " post process samples ..." << endl; 
    955955         
    956956        CastPassSamples(mPostProcessSamples, mStrategies, postProcessSamples); 
    957957 
    958         cout << "finished" << endl; 
     958        cout << "finished post process sampling" << endl; 
    959959        cout << "starting post processing and visualization" << endl; 
    960960 
Note: See TracChangeset for help on using the changeset viewer.