Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 9583)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 9584)
@@ -18,4 +18,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+
+ 2010/06/11 Stefan Ruegamer
+
+   * mjobs/MJSpectrum.cc
+     - corrected the flux of the published MAGIC spectrum
+
+
 
  2010/06/03 Thomas Bretz
Index: /trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc
===================================================================
--- /trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc	(revision 9583)
+++ /trunk/MagicSoft/Mars/mjobs/MJSpectrum.cc	(revision 9584)
@@ -1084,5 +1084,5 @@
     tex.SetTextColor(13);
 
-    TF1 fc("Crab", "7.0e-6*(x/300)^(-2.31-0.26*log10(x/300))", 100, 6000);
+    TF1 fc("Crab", "6.0e-6*(x/300)^(-2.31-0.26*log10(x/300))", 100, 6000);
     fc.SetLineStyle(9);
     fc.SetLineWidth(2);
