Ignore:
Timestamp:
01/18/07 20:20:48 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1990 r1996  
    13171317 
    13181318        RegisterOption("GvsPreprocessor.stats", 
    1319                                         optString, 
    1320                                         "gvs_stats=", 
    1321                                         "gvsStats.log"); 
    1322          
     1319                optString, 
     1320                "gvs_stats=", 
     1321                "gvsStats.log"); 
     1322 
     1323        RegisterOption("GvsPreprocessor.minContribution", 
     1324                 optInt, 
     1325                 "gvs_min_contribution=", 
     1326                 "50"); 
     1327 
     1328         RegisterOption("GvsPreprocessor.maxViewCells", 
     1329                 optInt, 
     1330                 "gvs_max_viewcells=", 
     1331                 "5"); 
     1332 
     1333 
    13231334  /**********************************************************************/ 
    13241335  /*                     View cells related options                     */ 
Note: See TracChangeset for help on using the changeset viewer.