Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 2233)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 2234)
@@ -1,3 +1,10 @@
                                                  -*-*- END OF LINE -*-*-
+
+ 2003/06/25: Thomas Bretz
+
+   * mgeom/MGeomCam.cc:
+     - fixed the description of GetPixRatio
+
+
 
  2003/06/25: Abelardo Moralejo
@@ -7,4 +14,6 @@
        the square root of the ratio between the area of an inner pixel
        and the current pixel (it was confusing).
+
+
 
  2003/06/24: Thomas Bretz
@@ -62,4 +71,7 @@
    * mgui/MHexagon.[h,cc]:
      - fixed CopyConstructor
+
+   * mbase/MLog.cc:
+     - fixed a bug in NoColor mode
 
 
Index: /trunk/MagicSoft/Mars/mgeom/MGeomCam.cc
===================================================================
--- /trunk/MagicSoft/Mars/mgeom/MGeomCam.cc	(revision 2233)
+++ /trunk/MagicSoft/Mars/mgeom/MGeomCam.cc	(revision 2234)
@@ -120,6 +120,7 @@
 // --------------------------------------------------------------------------
 //
-//  returns the ratio of the area of the given pixel to the pixel with
-//  the id 0 to scale variables with the pixel size.
+//  returns the ratio of the area of the pixel with index 0 to the pixel
+//  with the specified index i. 0 Is returned if the index argument is
+//  out of range.
 //
 Float_t MGeomCam::GetPixRatio(UInt_t i) const
