Skip to content

Commit

Permalink
[wpiunits] Refactor MomentOfInertiaUnit constructor to use MomentOfIn…
Browse files Browse the repository at this point in the history
…ertiaUnit instead of a Per<> (#7546)
  • Loading branch information
falOn-Dev authored Dec 14, 2024
1 parent 782459d commit f9b3efb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public final class MomentOfInertiaUnit extends PerUnit<AngularMomentumUnit, Angu
}

MomentOfInertiaUnit(
PerUnit<AngularMomentumUnit, AngularVelocityUnit> baseUnit,
MomentOfInertiaUnit baseUnit,
UnaryFunction toBaseConverter,
UnaryFunction fromBaseConverter,
String name,
Expand Down

0 comments on commit f9b3efb

Please sign in to comment.