Index: trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx	(revision 1755)
+++ trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx	(revision 1756)
@@ -19,7 +19,7 @@
 //=
 //= $RCSfile: creadparam.cxx,v $
-//= $Revision: 1.18 $
+//= $Revision: 1.19 $
 //= $Author: blanch $ 
-//= $Date: 2003-01-14 13:37:47 $
+//= $Date: 2003-02-12 13:47:32 $
 //=
 //=//////////////////////////////////////////////////////////////////////
@@ -351,4 +351,5 @@
       // get value of tail_cut (in ph.e.)
       sscanf(line, "%s %f", token, &qTailCut);
+      cerr << "Skipping unknown token in [" << line << "]\n";
 
       break;
@@ -358,4 +359,5 @@
       // DO count islands
       countIslands = TRUE;
+      cerr << "Skipping unknown token in [" << line << "]\n";
           
       break;
@@ -365,4 +367,5 @@
       // do NOT count islands
       countIslands = FALSE;
+      cerr << "Skipping unknown token in [" << line << "]\n";
           
       break;
@@ -373,4 +376,5 @@
       sscanf(line, "%s %d", token, &nIslandsCut);
       countIslands = TRUE;
+      cerr << "Skipping unknown token in [" << line << "]\n";
 
       break;
@@ -548,4 +552,5 @@
       //  Get axis of the telescope
 	 sscanf(line, "%s %f %f", token, &Telescope_axis_th, &Telescope_axis_ph);
+      cerr << "Skipping unknown token in [" << line << "]\n";
 
       break;
@@ -562,4 +567,5 @@
       //  Get Corsika version
 	sscanf(line, "%s %i", token, &Corsika_vers);
+      cerr << "Skipping unknown token in [" << line << "]\n";
 
       break;
@@ -1402,4 +1408,7 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.18  2003/01/14 13:37:47  blanch
+// Option to set a dc value to rise the discriminator threshold has been added.
+//
 // Revision 1.17  2002/07/16 16:20:41  blanch
 // Modifications done for the camera.cxx version, where a first implementation
