Ignore:
Timestamp:
03/17/04 14:29:31 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MSourcePosfromStarPos.cc

    r3532 r3534  
    701701
    702702    // run number must be greater than 10000
    703     if (fabs(ival) < 10000)
     703    if (fabs((Double_t)ival) < 10000)
    704704    {
    705705      *fLog << err << "===========> Error when reading file with theta and phi <========="
Note: See TracChangeset for help on using the changeset viewer.