Ignore:
Timestamp:
05/10/06 18:33:35 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/src/VisibilityEnvironment.cpp

    r938 r944  
    3232        argv[1] = fname; 
    3333 
    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); 
    3536*/ 
    36                 //-- parse environment 
     37        //-- parse environment 
    3738        return mEnvironment->ReadEnvFile(filename.c_str()); 
    38         //return GtpVisibilityPreprocessor::environment->Parse(argc, argv, false); 
    3939} 
    4040//----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.