Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 2033)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 2034)
@@ -1,3 +1,14 @@
                                                  -*-*- END OF LINE -*-*-
+ 2003/04/28: Oscar Blanch
+
+  * mgeom/MGeomCamECO1000.[h,cc]
+    - New files for ECO 1000 camera geometry.
+
+  * mgeom/GeomLinkDef.h
+    - Added class MGeomCamECO1000
+
+  * mgeom/Makefile 
+    - Added class MGeomCamECO1000
+
  2003/04/28: Abelardo Moralejo
 
Index: /trunk/MagicSoft/Mars/mgeom/GeomLinkDef.h
===================================================================
--- /trunk/MagicSoft/Mars/mgeom/GeomLinkDef.h	(revision 2033)
+++ /trunk/MagicSoft/Mars/mgeom/GeomLinkDef.h	(revision 2034)
@@ -11,4 +11,5 @@
 #pragma link C++ class MGeomCamCT1+;
 #pragma link C++ class MGeomCamMagic+;
+#pragma link C++ class MGeomCamECO1000+;
 
 #endif
Index: /trunk/MagicSoft/Mars/mgeom/Makefile
===================================================================
--- /trunk/MagicSoft/Mars/mgeom/Makefile	(revision 2033)
+++ /trunk/MagicSoft/Mars/mgeom/Makefile	(revision 2034)
@@ -32,4 +32,5 @@
            MGeomCamCT1.cc \
            MGeomCamMagic.cc \
+           MGeomCamECO1000.cc \
 	   MGeomMirror.cc \
 	   MGeomPMT.cc
