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

    r3 r216  
    2626                H_RectangularDipole():H_Dipole(RDIPOLE,0.,0.,0.) {init();}
    2727                H_RectangularDipole(const double s, const double k, const double l) :H_Dipole(RDIPOLE,s,k,l){init();}
    28                 H_RectangularDipole(const string nameE, const double s, const double k, const double l) :H_Dipole(nameE,RDIPOLE,s,k,l){init();}
    29                 ~H_RectangularDipole() { return; };
     28                H_RectangularDipole(const string& nameE, const double s, const double k, const double l) :H_Dipole(nameE,RDIPOLE,s,k,l){init();}
     29                ~H_RectangularDipole() {};
    3030                //@}
    3131                H_RectangularDipole* clone() const ;
Note: See TracChangeset for help on using the changeset viewer.