Changeset 3787 in Sophya for trunk/Cosmo/RadioBeam/mdish.cc
- Timestamp:
- Jun 25, 2010, 12:00:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/mdish.cc
r3783 r3787 12 12 : typ_(typ), dx_((dx>1.e-3)?dx:1.), dy_((dy>1.e-3)?dy:1.) 13 13 { 14 setLambdaRef(); 15 setLambda(); 14 16 } 15 17 … … 17 19 double Four2DResponse::Value(double kx, double ky) 18 20 { 21 kx *= lambda_ratio_; 22 ky *= lambda_ratio_; 19 23 double wk,wkx,wky; 20 24 switch (typ_) … … 62 66 double Four2DRespTable::Value(double kx, double ky) 63 67 { 68 kx *= lambda_ratio_; 69 ky *= lambda_ratio_; 64 70 int_4 i,j; 65 71 if ( (kx<=hrep_.XMin())||(kx>=hrep_.XMax()) ||
Note:
See TracChangeset
for help on using the changeset viewer.