Index: trunk/MagicSoft/Simulation/Detector/Reflector/atm.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Reflector/atm.cxx	(revision 300)
+++ trunk/MagicSoft/Simulation/Detector/Reflector/atm.cxx	(revision 301)
@@ -19,7 +19,7 @@
 //=
 //= $RCSfile: atm.cxx,v $
-//= $Revision: 1.1.1.1 $
+//= $Revision: 1.2 $
 //= $Author: harald $ 
-//= $Date: 1999-10-29 07:00:32 $
+//= $Date: 1999-11-01 11:05:53 $
 //=
 //=//////////////////////////////////////////////////////////////////////
@@ -158,5 +158,5 @@
   for (i=0; i<=ATM_CORSIKA; i++) {
     strcpy(s2, ATM_MODELS_NAMES[i]);
-    if (strcmp(s, s2) == NULL)
+    if (strcmp(s, s2) == 0 )
       break;
   }
@@ -216,4 +216,8 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.1.1.1  1999/10/29  07:00:32  harald
+// This is the startpoint for the futher development of the Reflector program
+// of Jose Carlos. For all developments use this CVS-controlled directory.
+//
 // Revision 1.3  1999/03/24  16:32:59  gonzalez
 // REFLECTOR 1.1: Release
Index: trunk/MagicSoft/Simulation/Detector/Reflector/reflector.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Reflector/reflector.cxx	(revision 300)
+++ trunk/MagicSoft/Simulation/Detector/Reflector/reflector.cxx	(revision 301)
@@ -20,7 +20,7 @@
 //
 // $RCSfile: reflector.cxx,v $
-// $Revision: 1.1.1.1 $
+// $Revision: 1.2 $
 // $Author: harald $ 
-// $Date: 1999-10-29 07:00:33 $
+// $Date: 1999-11-01 11:05:54 $
 //
 ////////////////////////////////////////////////////////////////////////
@@ -1232,5 +1232,5 @@
         log(SIGNATURE, " * * * READING DATA FROM STDIN * * *\n");
 
-      get_stdin_files(NULL, lE, uE, TRUE);
+      get_stdin_files( 0, lE, uE, TRUE);
 
     }
@@ -3531,4 +3531,8 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.1.1.1  1999/10/29  07:00:33  harald
+// This is the startpoint for the futher development of the Reflector program
+// of Jose Carlos. For all developments use this CVS-controlled directory.
+//
 // Revision 1.18  1999/10/05  11:11:12  gonzalez
 // Sep.1999
