Skip to content

Commit

Permalink
MudLineChart: Remove Integrate() call because the return not used (Mu…
Browse files Browse the repository at this point in the history
  • Loading branch information
GeeSuth authored and ilovepilav committed Nov 25, 2023
1 parent 80e7a12 commit 6b6c70a
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 6b6c70a

Please sign in to comment.