Ignore:
Timestamp:
06/04/08 18:40:13 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2731 r2738  
    13991399                 "5"); 
    14001400 
     1401        RegisterOption("GvsPreprocessor.initialJitter", 
     1402                                   optFloat, 
     1403                                   "gvs_initial_jitter=", 
     1404                                   "0.1"); 
     1405 
     1406        RegisterOption("GvsPreprocessor.radiusOfInfluence", 
     1407                                   optFloat, 
     1408                                   "gvs_radius_of_influence=", 
     1409                                   "5.0"); 
     1410 
     1411        RegisterOption("GvsPreprocessor.useDeterministicGvs", 
     1412                                   optBool, 
     1413                                   "gvs_use_deterministic_gvs", 
     1414                                   "false"); 
     1415 
     1416 
    14011417 
    14021418  /**********************************************************************/ 
Note: See TracChangeset for help on using the changeset viewer.