Fork me on GitHub

Ignore:
Timestamp:
Feb 2, 2009, 12:26:00 PM (16 years ago)
Author:
Xavier Rouby
Message:

passing all objects as references

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/Hector/include/H_BeamLineParser.h

    r3 r216  
    7171*/
    7272
    73 extern int column_identification(const string );
     73extern int column_identification(const string& );
    7474
    7575/// \brief Reader for madx tables to use in H_BeamLine
     
    8282        //@{
    8383                H_BeamLineParser() {init();}
    84                 ~H_BeamLineParser() {return;}
     84                ~H_BeamLineParser() {}
    8585        //@}
    8686                void init();
Note: See TracChangeset for help on using the changeset viewer.