Ignore:
Timestamp:
02/15/07 13:19:17 (17 years ago)
Author:
mattausch
Message:

implemented bit pvs (warnin: only worjs for preprocessing)

File:
1 edited

Legend:

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

    r2116 r2117  
    218218        } 
    219219 
    220  
    221         if (HASH_PVS) 
    222                 Debug << "using hash pvs" << endl; 
    223         else 
    224                 Debug << "using verbose pvs" << endl; 
     220        Debug << "using pvs type " << PVS_TYPE << endl; 
    225221 
    226222        ///////////// 
Note: See TracChangeset for help on using the changeset viewer.