Ignore:
Timestamp:
11/06/06 20:47:06 (18 years ago)
Author:
bittner
Message:

new visibility filter support

File:
1 edited

Legend:

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

    r1705 r1715  
    417417        if (element == "ViewCells") 
    418418        { 
    419                 Debug << "\nparsing view cells" << endl; 
     419          Debug << "\nparsing view cells" << endl; 
    420420                 
    421421                mCurrentState = PARSE_VIEWCELLS; 
     
    13651365      return false; 
    13661366    } 
    1367    
     1367 
     1368  cout<<"parsing started"<<endl<<flush; 
     1369 
    13681370  // 
    13691371  //  Create a SAX parser object. Then, according to what we were told on 
     
    14391441    } 
    14401442  } 
    1441    
     1443 
     1444  cout<<"parsed - will delete the parser"<<endl<<flush; 
    14421445  // 
    14431446  //  Delete the parser itself.  Must be done prior to calling Terminate, below. 
Note: See TracChangeset for help on using the changeset viewer.