Skip to content

Commit

Permalink
chore: fix bug in interval type
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwa2710 committed Jan 6, 2025
1 parent f2b7ff6 commit a19d835
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ VisibilityCriterion::AERInterval::AERInterval(
elevation = Interval<Real>(
anElevationInterval.getLowerBound() * M_PI / 180.0,
anElevationInterval.getUpperBound() * M_PI / 180.0,
anAzimuthInterval.getType()
anElevationInterval.getType()
);
}

Expand Down

0 comments on commit a19d835

Please sign in to comment.