Changeset 3987 in Sophya for trunk/Cosmo/RadioBeam/mdish.cc


Ignore:
Timestamp:
May 6, 2011, 9:08:45 AM (14 years ago)
Author:
ansari
Message:

Correction bug ds calcul rapport de deux Four2DResponse, Reza 06/05/2011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/RadioBeam/mdish.cc

    r3986 r3987  
    181181  }
    182182  double rval=1.;
    183   if (rb<1.e-9) rval=ra/rb;
     183  if (rb>1.e-9) rval=ra/rb;
    184184  if (rval<maxratio_) return rval;
    185185  return maxratio_;
Note: See TracChangeset for help on using the changeset viewer.