Index: trunk/MagicSoft/Mars/datacenter/macros/filloptical.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/filloptical.C	(revision 8135)
+++ trunk/MagicSoft/Mars/datacenter/macros/filloptical.C	(revision 8138)
@@ -124,5 +124,5 @@
                 skylevel="NULL";
             fwhm = (*arr)[3]->GetName();
-            if (fwhm=="-" || !fwhm.IsFloat())
+            if (fwhm.Contains("-") || !fwhm.IsFloat())
                 fwhm="NULL";
             aperturer = (*arr)[4]->GetName();
