Index: trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx	(revision 1000)
+++ trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx	(revision 1001)
@@ -21,7 +21,7 @@
 //
 // $RCSfile: camera.cxx,v $
-// $Revision: 1.27 $
+// $Revision: 1.28 $
 // $Author: blanch $ 
-// $Date: 2001-09-05 10:04:33 $
+// $Date: 2001-10-26 16:31:45 $
 //
 ////////////////////////////////////////////////////////////////////////
@@ -1439,5 +1439,5 @@
 		      EvtHeader[iconcount]->FillHeader ( (UInt_t) (ntshow + nshow),0);
 		      //   fill pixel information
-		      for(i=0;i<ct_NPixels;i++){
+		      for(int i=0;i<ct_NPixels;i++){
 			for (j=0;j<FADC_SLICES;j++){
 			  fadcValues->AddAt(fadc.GetFadcSignal(i,j),j);
@@ -1570,5 +1570,5 @@
 	      //   fill pixel information
 	      
-	      for(i=0;i<ct_NPixels;i++){
+	      for(int i=0;i<ct_NPixels;i++){
 		for (j=0;j<FADC_SLICES;j++){
 		  fadcValues->AddAt(fadc.GetFadcSignal(i,j),j);
@@ -1653,5 +1653,5 @@
 	}
 	
-	for (i=0; i<ct_NPixels; ++i) {
+	for (int i=0; i<ct_NPixels; ++i) {
 	  printf("%d (%d): ", i, npixneig[i]);
 	  for (j=0; j<npixneig[i]; ++i) 
@@ -3248,4 +3248,7 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.27  2001/09/05 10:04:33  blanch
+// *** empty log message ***
+//
 // Revision 1.26  2001/07/19 09:29:53  blanch
 // Different threshold for each pixel can be used.
@@ -3314,4 +3317,7 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.27  2001/09/05 10:04:33  blanch
+// *** empty log message ***
+//
 // Revision 1.26  2001/07/19 09:29:53  blanch
 // Different threshold for each pixel can be used.
