Changeset 3930 in Sophya for trunk/Cosmo/RadioBeam/mdish.h
- Timestamp:
- Dec 23, 2010, 12:49:22 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/mdish.h
r3797 r3930 47 47 inline double operator()(double kx, double ky) 48 48 { return Value(kx, ky); } 49 virtual Histo2D GetResponse(int nx=25 6, int ny=256);49 virtual Histo2D GetResponse(int nx=255, int ny=255); 50 50 inline double D() { return dx_; } ; 51 51 inline double Dx() { return dx_; } ; … … 105 105 inline double Diameter() { return D; } 106 106 inline double DiameterX() { return Dx; } 107 inline double DiameterY() { return D x; }107 inline double DiameterY() { return Dy; } 108 108 109 109 int id_; // numero de reflecteur
Note:
See TracChangeset
for help on using the changeset viewer.