Changeset 14043 for trunk


Ignore:
Timestamp:
06/02/12 20:38:22 (12 years ago)
Author:
tbretz
Message:
Fixed pointing.data
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/smartfact.cc

    r14042 r14043  
    818818        out << d.GetJavaDate() << '\n';
    819819
    820         out << setprecision(5);
    821         out << fDriveControlPointingZd << '\n';
    822         out << az << '\t' << fDriveControlPointingAz << '\n';
     820        out << setprecision(0) << fixed;
     821        out << HTML::kWhite << '\t' << az << '\t' << fDriveControlPointingAz << '\n';
     822        out << HTML::kWhite << '\t' << fDriveControlPointingZd << '\n';
    823823
    824824        ofstream(fPath+"/pointing.data") << out.str();
Note: See TracChangeset for help on using the changeset viewer.