Changeset 3390


Ignore:
Timestamp:
03/03/04 15:32:43 (21 years ago)
Author:
raducci
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3389 r3390  
    3939     - The calculation of the arrival times is made only when needed
    4040       (when the HalfMax is over the pedestal)
    41 
    42 
     41   * mtools/MCubicSpline.cc
     42     - Commented out an annoying warn
    4343
    4444 2004/03/03: Abelardo Moralejo
  • trunk/MagicSoft/Mars/mtools/MCubicSpline.cc

    r3233 r3390  
    273273    }
    274274
    275     gLog << warn << "Nothing found calling MCubicSpline :: FindVal(), returning 0" << endl;
     275    //gLog << warn << "Nothing found calling MCubicSpline :: FindVal(), returning 0" << endl;
    276276
    277277    return 0;
Note: See TracChangeset for help on using the changeset viewer.