Changeset 2381 for GTP/trunk/Lib/Vis/Preprocessing/src
- Timestamp:
- 05/16/07 11:59:26 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/TestPreprocessor.vcproj
r2353 r2381 231 231 GenerateDebugInformation="FALSE" 232 232 SubSystem="1" 233 LargeAddressAware="2" 233 234 OptimizeReferences="2" 234 235 EnableCOMDATFolding="2" -
GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsManager.cpp
r2353 r2381 952 952 953 953 VssRayContainer postProcessSamples; 954 cout << "casting " << mPostProcessSamples << " post process ing samples ... ";954 cout << "casting " << mPostProcessSamples << " post process samples ..." << endl; 955 955 956 956 CastPassSamples(mPostProcessSamples, mStrategies, postProcessSamples); 957 957 958 cout << "finished " << endl;958 cout << "finished post process sampling" << endl; 959 959 cout << "starting post processing and visualization" << endl; 960 960
Note: See TracChangeset
for help on using the changeset viewer.