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_RomanPot.h

    r3 r216  
    2828        //@{
    2929                H_RomanPot():H_Drift() {type = RP; init();}
    30                 H_RomanPot(const string, const double, const double);
     30                H_RomanPot(const string&, const double, const double);
    3131                H_RomanPot(const double, const double);
    32                 ~H_RomanPot() { return; };
     32                ~H_RomanPot() {};
    3333        //@}
    3434                virtual void printProperties() const;
Note: See TracChangeset for help on using the changeset viewer.