Skip to content

Commit

Permalink
[wpimath] Make InterpolatingDoubleTreeMap constructor public (wpilibs…
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceroethel authored Nov 3, 2023
1 parent 6b53ef4 commit 87f7c19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* from points that are defined. This uses linear interpolation.
*/
public class InterpolatingDoubleTreeMap extends InterpolatingTreeMap<Double, Double> {
InterpolatingDoubleTreeMap() {
public InterpolatingDoubleTreeMap() {
super(InverseInterpolator.forDouble(), Interpolator.forDouble());
}
}

0 comments on commit 87f7c19

Please sign in to comment.