Index: trunk/MagicSoft/Mars/mgeom/MGeomCam.h
===================================================================
--- trunk/MagicSoft/Mars/mgeom/MGeomCam.h	(revision 2568)
+++ trunk/MagicSoft/Mars/mgeom/MGeomCam.h	(revision 2674)
@@ -31,5 +31,4 @@
 
 protected:
-    void CalcPixRatio();
     void CalcMaxRadius();
     void CalcNumSectors();
@@ -49,4 +48,9 @@
 
     virtual TObject *Clone(const char *newname=NULL) const;
+
+    void CalcPixRatio(); 
+    // FIXME, workaround: this function is made public just to allow
+    // the use of some camera files from the 0.7 beta version in which the 
+    // array containing pixel ratios is not initialized.
 
     Float_t GetCameraDist() const { return fCamDist; }
