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

    r3 r216  
    2727                H_RectangularCollimator():H_Drift() {type = RCOLLIMATOR; init();}
    2828                H_RectangularCollimator(const double, const double );
    29                 H_RectangularCollimator(const string, const double, const double );
    30                 ~H_RectangularCollimator() { return; };
     29                H_RectangularCollimator(const string&, const double, const double );
     30                ~H_RectangularCollimator() {};
    3131        //@}
    3232                virtual void printProperties() const;
Note: See TracChangeset for help on using the changeset viewer.