Skip to content

Commit

Permalink
Refactor MomentOfInertiaUnit constructor to use MomentOfInertiaUnit i…
Browse files Browse the repository at this point in the history
…nstead of a Per<>
  • Loading branch information
falOn-Dev committed Dec 14, 2024
1 parent 68285da commit 2a7cb58
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 2a7cb58

Please sign in to comment.