Index: trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx	(revision 1726)
+++ trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx	(revision 1730)
@@ -21,7 +21,7 @@
 //
 // $RCSfile: camera.cxx,v $
-// $Revision: 1.52 $
+// $Revision: 1.53 $
 // $Author: blanch $ 
-// $Date: 2003-01-20 17:19:20 $
+// $Date: 2003-01-23 18:35:21 $
 //
 ////////////////////////////////////////////////////////////////////////
@@ -3582,5 +3582,5 @@
 
   strcpy(sign, REFL_SIGNATURE_B);
-  
+
   fread( (char *)sign, strlen(REFL_SIGNATURE_B), 1, infile);
   if (strcmp(sign, REFL_SIGNATURE_A) == 0){
@@ -3593,5 +3593,5 @@
   }
   else if (strcmp(sign, REFL_SIGNATURE_C) == 0){
-    fread( (char *)sign, 1, 1, infile);
+    // An empty bin has been removed and therefore we do not need to rezd it.
     return 6;
   }
@@ -4211,4 +4211,7 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.52  2003/01/20 17:19:20  blanch
+// It fills the MMcCorsikaRun.
+//
 // Revision 1.51  2003/01/14 13:40:17  blanch
 // MRawRunHeader::fNumEvents has been filled with the number of events in
@@ -4374,4 +4377,7 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.52  2003/01/20 17:19:20  blanch
+// It fills the MMcCorsikaRun.
+//
 // Revision 1.51  2003/01/14 13:40:17  blanch
 // MRawRunHeader::fNumEvents has been filled with the number of events in
