Changeset 855


Ignore:
Timestamp:
03/01/06 11:30:59 (18 years ago)
Author:
mar637
Message:

tidy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFiller.cpp

    r847 r855  
    4949}
    5050
    51 STFiller::STFiller(const std::string & filename,
    52                                  int whichIF, int whichBeam ) :
     51STFiller::STFiller(const std::string& filename, int whichIF, int whichBeam ) :
    5352  reader_(0),
    5453  header_(0),
     
    6362}
    6463
    65 void STFiller::open( const std::string & filename,
    66                             int whichIF, int whichBeam )
     64void STFiller::open( const std::string& filename, int whichIF, int whichBeam )
    6765{
    6866  if (table_.null())  {
Note: See TracChangeset for help on using the changeset viewer.