Ignore:
Timestamp:
10/20/06 13:29:56 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/macros/filloptical.C

    r8135 r8138  
    124124                skylevel="NULL";
    125125            fwhm = (*arr)[3]->GetName();
    126             if (fwhm=="-" || !fwhm.IsFloat())
     126            if (fwhm.Contains("-") || !fwhm.IsFloat())
    127127                fwhm="NULL";
    128128            aperturer = (*arr)[4]->GetName();
Note: See TracChangeset for help on using the changeset viewer.