...
This commit is contained in:
@@ -682,7 +682,7 @@ protected:
|
||||
(*this)(value.count(), bytes);
|
||||
} else if constexpr (mcc_eqt_hrz_coord_c<T>) {
|
||||
// output format: RA, DEC, HA, AZ, ZD, ALT, X, Y, pair-kind, time-point
|
||||
// in the case of sexagesimal output X,Y coordinates will be interprateted
|
||||
// in the case of sexagesimal output X,Y coordinates will be interpretated
|
||||
// according to value.pair_kind field
|
||||
if (_currentCoordFormat == MccNetMessageCoordFormat::CFMT_DEGREES) {
|
||||
std::format_to(std::back_inserter(bytes), "{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}",
|
||||
|
||||
Reference in New Issue
Block a user