You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the PointGroup class, need to modify the strict requirement on the range of longitude values. Currently the range is -pi to +pi.
While reading the grid file data, the PointGroup class filters out points not satisfying the above constraint.
As long as this issue is there, the range of longitude values must fall within -pi to pi, else there shall be erroneous behavior, results.
Modify this behavior to also accept longitude values in the range 0 to 2pi.
The text was updated successfully, but these errors were encountered:
vinay0000
changed the title
GMAT OC longitude bounds between -pi to +pi
propcov-cpp PointGroup class requires longitudes to be between -pi to +pi strictly
Jan 14, 2022
vinay0000
changed the title
propcov-cpp PointGroup class requires longitudes to be between -pi to +pi strictly
propcov-cpp PointGroup class requires longitudes to be between -pi to +pi strictly
Jan 14, 2022
vinay0000
changed the title
propcov-cpp PointGroup class requires longitudes to be between -pi to +pi strictly
propcov-cpp PointGroup: requires longitudes to be between -pi to +pi strictly
Jan 14, 2022
In the
PointGroup
class, need to modify the strict requirement on the range of longitude values. Currently the range is -pi to +pi.While reading the grid file data, the
PointGroup
class filters out points not satisfying the above constraint.See 35f5cf2
As long as this issue is there, the range of longitude values must fall within -pi to pi, else there shall be erroneous behavior, results.
Modify this behavior to also accept longitude values in the range 0 to 2pi.
The text was updated successfully, but these errors were encountered: