Skip to content
Snippets Groups Projects
Commit b680bc6f authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

%[ER: 198]%

Ouch! Fixed stupid bug in test program. Taking the difference between local
time and UTC *is* time dependent, due to daylight saving time :-(
parent ef52b78f
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,6 @@ int main (int argc, const char* argv[])
ASSERT (pos.height() == 3);
cout << pos << endl;
EarthCoord dwl(0.111646531, 0.921760253, 25);
cout << TimeCoord::getUTCDiff() << endl;
TimeCoord time(10.5);
ASSERT (time.mjd() == 10.5);
TimeCoord someTime(2004, 11, 19, 15, 22);
......@@ -52,6 +51,7 @@ int main (int argc, const char* argv[])
TimeCoord someTime2 (someTime.mjd(), 1./24);
cout << someTime2 << endl;
TimeCoord someTime3 (someTime.mjd(), 1.);
cout << someTime3 << endl;
// Only make a connection if an argument is given.
if (argc < 2) {
......
[1, 0.4]
[0.2, 1, 3]
3600
53328.6
2004/11/19/15:21:60
2004/11/19/16:21:60
2004/11/20/15:21:60
lofar17 31337
[0.903529, 0.0197435]
[1, 0.4]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment