...
This commit is contained in:
@@ -140,5 +140,14 @@ int main()
|
||||
erfa.refractionCorrection(cp, &dZ);
|
||||
std::cout << "dZ(" << mcc::MccAngle(cp.Y).degrees() << ") = " << mcc::MccAngle(dZ).arcsecs() << "\n";
|
||||
|
||||
|
||||
std::cout << "\n\n";
|
||||
|
||||
std::string sc2{" 11:34:21.21 , 104.4567892"};
|
||||
|
||||
auto p2 = mcc::utils::parseAnglePair(sc2);
|
||||
|
||||
std::cout << p2.first << ", " << p2.second << "\n";
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user