- Timestamp:
- 06/02/12 20:38:22 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/smartfact.cc
r14042 r14043 818 818 out << d.GetJavaDate() << '\n'; 819 819 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'; 823 823 824 824 ofstream(fPath+"/pointing.data") << out.str();
Note:
See TracChangeset
for help on using the changeset viewer.