Ignore:
Timestamp:
03/21/05 09:51:13 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/tcpip/MDriveCom.cc

    r6841 r6867  
    223223{
    224224    // miss   [deg]
    225     // nompos [rad]
     225    // nompos [deg]
    226226    const MTime t(-1);
    227227
    228     miss   *= 60;        // [arcmin]
    229     nompos *= kRad2Deg;  // [deg]
     228    miss *= 60;        // [arcmin]
    230229
    231230    // Set status flag
     
    249248    str += txt.Print("%05.1f ",   center.GetY()); //number
    250249    str += txt.Print("%04d ",   n);               //number
    251     str += txt.Print("%03.1f",  bright);
    252     str += txt.Print("%12.6f ", t.GetMjd());      // mjd
     250    str += txt.Print("%03.1f ",  bright);
     251    str += txt.Print("%12.6f", t.GetMjd());      // mjd
    253252   
    254253    return Send("STARG-REPORT", str, kTRUE);
Note: See TracChangeset for help on using the changeset viewer.