Index: trunk/MagicSoft/Mars/mpointing/MPointing.cc
===================================================================
--- trunk/MagicSoft/Mars/mpointing/MPointing.cc	(revision 9565)
+++ trunk/MagicSoft/Mars/mpointing/MPointing.cc	(revision 9573)
@@ -268,5 +268,6 @@
         sout += '\t';
         sout += Form("%11f", val);
-        sout += "°     \t";
+        sout += UTF8::kDeg;
+        sout += "     \t";
         val *= TMath::DegToRad();
 
Index: trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.cc
===================================================================
--- trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.cc	(revision 9565)
+++ trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.cc	(revision 9573)
@@ -126,5 +126,5 @@
 //               shifted a little bit.
 //
-//   16.04.2006: Around this date a roque lamp focussing hass been done
+//   16.04.2006: Around this date a roque lamp focussing has been done
 //
 //   25.04.2006: A missalignment introduced with the roque adjust has been
@@ -171,4 +171,5 @@
 //   01. Feb. 2010              New pointing models for both telescopes
 //   26. Feb. 2010              New pointing models for both telescopes
+//   31. Mar. 2010              New pointing models for both telescopes
 //
 // From 2.2.2006 beginnig of the night (21:05h, run >=81855) to 24.2.2006
@@ -277,4 +278,9 @@
 //
 //
+// [2010-02-03 M. Garcz.]
+//
+// New LUTs for M2
+//
+//
 // Others
 // ------
