Ignore:
Timestamp:
04/19/10 13:40:16 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mpointing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mpointing/MPointing.cc

    r8958 r9573  
    268268        sout += '\t';
    269269        sout += Form("%11f", val);
    270         sout += "°     \t";
     270        sout += UTF8::kDeg;
     271        sout += "     \t";
    271272        val *= TMath::DegToRad();
    272273
  • trunk/MagicSoft/Mars/mpointing/MPointingDevCalc.cc

    r9565 r9573  
    126126//               shifted a little bit.
    127127//
    128 //   16.04.2006: Around this date a roque lamp focussing hass been done
     128//   16.04.2006: Around this date a roque lamp focussing has been done
    129129//
    130130//   25.04.2006: A missalignment introduced with the roque adjust has been
     
    171171//   01. Feb. 2010              New pointing models for both telescopes
    172172//   26. Feb. 2010              New pointing models for both telescopes
     173//   31. Mar. 2010              New pointing models for both telescopes
    173174//
    174175// From 2.2.2006 beginnig of the night (21:05h, run >=81855) to 24.2.2006
     
    277278//
    278279//
     280// [2010-02-03 M. Garcz.]
     281//
     282// New LUTs for M2
     283//
     284//
    279285// Others
    280286// ------
Note: See TracChangeset for help on using the changeset viewer.