Ignore:
Timestamp:
08/23/06 19:19:26 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/GzBinFileInputStream.h

    r975 r1264  
    106106 
    107107        unsigned int mCurrentPos; 
     108 
    108109private : 
    109110    // ----------------------------------------------------------------------- 
     
    130131inline bool GzBinFileInputStream::getIsOpen() const 
    131132{ 
    132     return (fSource != 0); 
     133        return (mStream.is_open());//(fSource != 0); 
    133134} 
    134135 
Note: See TracChangeset for help on using the changeset viewer.