Skip to content
This repository has been archived by the owner on May 29, 2022. It is now read-only.

A typo in "NeillTropModel::setAllParameters" #40

Open
vdmitriev90 opened this issue Feb 2, 2018 · 2 comments
Open

A typo in "NeillTropModel::setAllParameters" #40

vdmitriev90 opened this issue Feb 2, 2018 · 2 comments

Comments

@vdmitriev90
Copy link

vdmitriev90 commented Feb 2, 2018

instead of this:

      NeillLat = rxPos.getGeodeticLatitude();
      validHeight = true;
      NeillLat = rxPos.getHeight();
      validLat = true;

should be this:

      NeillLat = rxPos.getGeodeticLatitude();
      validLat = true;
      NeillHeight = rxPos.getHeight();
      validHeight = true;
vdmitriev90 added a commit to vdmitriev90/GPSTk that referenced this issue Feb 2, 2018
@vdmitriev90
Copy link
Author

the same issue is take place in MOPSTropModel::setAllParameters

@UT-dave
Copy link
Contributor

UT-dave commented Jun 11, 2021

Thanks much for finding this! Just added a fix. A major new version of GPSTk will be pushed later this summer.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants