Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mitxel-m committed Jan 15, 2024
1 parent 655af9d commit 35b485a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qmapshack/units/IUnit.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class IUnit : public QObject {
public:
static constexpr qreal footPerMeter = 3.28084;
static constexpr qreal nauticalMilePerMeter = 1. / 1852;
static constexpr qreal meterPerSecToKnots = 3600 / 1852;
static constexpr qreal meterPerSecToKnots = 3600. / 1852;
static constexpr qreal milePerMeter = 0.6213699E-3;
static constexpr qreal meterPerSecToMilePerHour = 2.23693164;

Expand Down

0 comments on commit 35b485a

Please sign in to comment.