Skip to content

Commit

Permalink
Fixed compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
acpaquette committed Jul 23, 2024
1 parent e943222 commit fee3293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ProjectedCameraTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ TEST_F(ConstVelocityProjectedSensorModel, ProximateImageLocus) {
TEST_F(ConstVelocityProjectedSensorModel, RemoteImageLocus) {
csm::ImageCoord imagePt(8.0, 8.0);
double precision;
csm::WarningList *warnings = new WarningList();
csm::WarningList *warnings = new csm::WarningList();
csm::EcefLocus locus = sensorModel->imageToRemoteImagingLocus(imagePt, 0.001, &precision, warnings);
csm::EcefCoord groundPt = sensorModel->imageToGround(imagePt, 0.0);
double lookX = groundPt.x - locus.point.x;
Expand Down

0 comments on commit fee3293

Please sign in to comment.