nasa/jeod

Quaternion::left_quat_transform should be const

Closed this issue · 1 comments

void left_quat_transform (const double vec_in[3], double vec_out[3]);

The function is missing the const annotation

zli0 commented

This issue was resolved in jeod_v5.0.1 release