Changeset 3163 in Sophya for trunk/Cosmo/RadioBeam/multicyl.cc


Ignore:
Timestamp:
Jan 30, 2007, 7:05:40 PM (19 years ago)
Author:
ansari
Message:

debug divers ds RadioBeam - Reza 30/01/2007

File:
1 edited

Legend:

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

    r3160 r3163  
    8484void MultiCylinders::ReconstructSourceBox(int halfny, double stepangy)
    8585{
    86   Timer tm("RecSrcBox");
    8786
    8887  ReconstructCylinderPlaneS(true);
     
    9897  cout << " MultiCylinders::ReconstructSourceBox(" << halfny << "," << stepangy
    9998       << "=" << Angle(stepangy).ToArcMin() << " ) srcbox:" << endl;
     99  Timer tm("RecSrcBox");
    100100  box.Show(cout);
    101101
     
    103103  int pmod = mtx.NRows()/10;
    104104 
    105   double fstep = 1./(double)NS;  // pas en frequence, attention, on a vire la composante continu
     105  double fstep = 1.0/(double)NS;  // pas en frequence, attention, on a vire la composante continu
    106106  for(int kf=0; kf<mtx.NRows(); kf++) { // Loop over frequencies
    107107    double frq = (double)(kf+1.)*fstep + freq0;  // + 1 car f=0 a ete vire
Note: See TracChangeset for help on using the changeset viewer.