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

    r3 r216  
    2727                H_EllipticAperture():H_Aperture(ELLIPTIC,0,0,0,0,0,0) {}
    2828                H_EllipticAperture(const float, const float, const float, const float);
    29                 ~H_EllipticAperture() {return;};
     29                ~H_EllipticAperture() {};
    3030                virtual H_EllipticAperture* clone() const;
    3131                //@}
Note: See TracChangeset for help on using the changeset viewer.