Skip to content

Commit

Permalink
MudLineChart: Remove Integrate() call because the return not used (#7691
Browse files Browse the repository at this point in the history
)
  • Loading branch information
GeeSuth committed Oct 26, 2023
1 parent c76fee0 commit b5045a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public class EndSlopeSpline : SplineInterpolator
h = new double[n];

CalcParameters(firstSlopeDegrees, lastSlopeDegrees);
Integrate();
Interpolate();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ public PeriodicSpline(double[] xs, double[] ys, int resolution = 10) : base(xs,
h = new double[n];

CalcParameters();
Integrate();
Interpolate();
}

Expand Down

0 comments on commit b5045a2

Please sign in to comment.