Ignore:
Timestamp:
05/12/06 18:36:52 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r944 r955  
    755755        const unsigned long startMillis = XMLPlatformUtils::getCurrentMillis(); 
    756756        parser->parse(filename.c_str()); 
     757        //ogzstream stream; parser->parse(stream); 
    757758        const unsigned long endMillis = XMLPlatformUtils::getCurrentMillis(); 
    758759        duration = endMillis - startMillis; 
Note: See TracChangeset for help on using the changeset viewer.