Changeset 855
- Timestamp:
- 03/01/06 11:30:59 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STFiller.cpp
r847 r855 49 49 } 50 50 51 STFiller::STFiller(const std::string & filename, 52 int whichIF, int whichBeam ) : 51 STFiller::STFiller(const std::string& filename, int whichIF, int whichBeam ) : 53 52 reader_(0), 54 53 header_(0), … … 63 62 } 64 63 65 void STFiller::open( const std::string & filename, 66 int whichIF, int whichBeam ) 64 void STFiller::open( const std::string& filename, int whichIF, int whichBeam ) 67 65 { 68 66 if (table_.null()) {
Note:
See TracChangeset
for help on using the changeset viewer.