Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 2423)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 2424)
@@ -1,3 +1,13 @@
                                                  -*-*- END OF LINE -*-*-
+  2003/10/23: Thomas Bretz
+
+   * macros/star.C:
+     - replaced geometry by the task MGeomApply
+
+   * manalysis/MCerPhotCalc.cc:
+     - fixed typo
+
+
+
   2003/10/22: Thomas Bretz
   
Index: /trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc
===================================================================
--- /trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc	(revision 2423)
+++ /trunk/MagicSoft/Mars/manalysis/MCerPhotCalc.cc	(revision 2424)
@@ -248,5 +248,5 @@
             if (ptr==NULL)
             {
-                *fLog << warn << "WARNING - Pixel #" << idx << " saturated but has no lo gains.. skipping!" << endl;
+                *fLog << warn << "WARNING - Pixel #" << idx << " saturated but has no lo gains... skipping!" << endl;
                 return kCONTINUE;
             }
