Changeset 3986 in Sophya for trunk/Cosmo/RadioBeam/mdish.h
- Timestamp:
- May 5, 2011, 7:25:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/mdish.h
r3973 r3986 90 90 class Four2DRespRatio : public Four2DResponse { 91 91 public: 92 Four2DRespRatio(Four2DResponse& a, Four2DResponse& b, double divzthr=5.e-2);92 Four2DRespRatio(Four2DResponse& a, Four2DResponse& b, double maxratio=10.); 93 93 // Return the ratio a.Value(kx,ky) / b.Value(kx, ky) - with protection against divide by zero 94 94 virtual double Value(double kx, double ky); 95 95 Four2DResponse& a_; 96 96 Four2DResponse& b_; 97 double divzthr_;97 double maxratio_; 98 98 }; 99 99
Note:
See TracChangeset
for help on using the changeset viewer.