Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8372)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8373)
@@ -19,4 +19,11 @@
                                                  -*-*- END OF LINE -*-*-
 
+ 2007/03/08 Markus Meyer
+
+   * mpointing/MPointingDevCalc.h:
+     - changed fNumMinStars from 8 to n (in SetNumMinStars)
+
+
+
  2007/03/06 Stefan Ruegamer
 
Index: trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.h
===================================================================
--- trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.h	(revision 8372)
+++ trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.h	(revision 8373)
@@ -61,5 +61,5 @@
     }
 
-    void SetNumMinStars(UInt_t n)  { fNumMinStars=8; }
+    void SetNumMinStars(UInt_t n)  { fNumMinStars=n; }
     void SetNsbLevel(Float_t lvl)  { fNsbLevel=lvl;  }
     void SetNsbMin(Float_t nsb)    { fNsbMin=nsb;    }
