Changeset 944 for GTP/trunk/Lib/Vis/OnlineCullingCHC/src
- Timestamp:
- 05/10/06 18:33:35 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/src/VisibilityEnvironment.cpp
r938 r944 32 32 argv[1] = fname; 33 33 34 GtpVisibilityPreprocessor::Debug << "here4 loading environment from: " << argv[1] << endl; 34 GtpVisibilityPreprocessor::Debug << "loading environment from: " << argv[1] << endl; 35 return GtpVisibilityPreprocessor::environment->Parse(argc, argv, false); 35 36 */ 36 37 //-- parse environment 37 38 return mEnvironment->ReadEnvFile(filename.c_str()); 38 //return GtpVisibilityPreprocessor::environment->Parse(argc, argv, false);39 39 } 40 40 //-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.