Index: trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx	(revision 2352)
+++ trunk/MagicSoft/Simulation/Detector/Camera/creadparam.cxx	(revision 2353)
@@ -19,7 +19,7 @@
 //=
 //= $RCSfile: creadparam.cxx,v $
-//= $Revision: 1.21 $
+//= $Revision: 1.22 $
 //= $Author: blanch $ 
-//= $Date: 2003-09-15 10:17:09 $
+//= $Date: 2003-09-23 16:52:07 $
 //=
 //=//////////////////////////////////////////////////////////////////////
@@ -75,5 +75,4 @@
 static char ROOT_filename[PATH_MAX_LENGTH];   //@< data filename
 static char Loop_filename[PATH_MAX_LENGTH];   //@< special data filename
-static char CT_filename[PATH_MAX_LENGTH];     //@< name of the CT def. file
 static int  CT_geometry = 0;                  //@< CT camera geometry
 static int  CT_number = 1;                    //@< Number of CT
@@ -172,5 +171,4 @@
   strcpy(sign, line);
   cout<< '"' << sign << '"' << '\n';
-  cout<< "should be: " << SIGNATURE << '\n';
   if (strcmp(sign, SIGNATURE) != 0) {
     cerr << "ERROR: Signature of parameters file is not correct\n";
@@ -264,11 +262,4 @@
       break;
 
-    case ct_file:             //@< name of the telescope file
-          
-      // get the name of the ct_file from the line
-      sscanf(line, "%s %s", token, CT_filename);
-
-      break;
-
     case qe_file:             //@< name of the telescope file
           
@@ -697,22 +688,4 @@
 {
   return (Loop_filename);
-}
-
-//!-----------------------------------------------------------
-// @name get_ct_filename
-//                                                
-// @desc get name of CT definition file
-//
-// @return   Name of the CT definition file
-//
-// @date Mon Sep 14 13:27:56 MET DST 1998
-//------------------------------------------------------------
-// @function 
-
-//!@{
-char *
-get_ct_filename(void)
-{
-  return (CT_filename);
 }
 //!@}
@@ -1316,4 +1289,8 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.21  2003/09/15 10:17:09  blanch
+// Some modifications in the input card has been done for the multitelescope
+// configuration.
+//
 // Revision 1.20  2003/07/17 18:04:53  blanch
 // Some new parameters to be read have been introduced
