Skip to content

Commit

Permalink
Improve code style. This completes implementation of issue #172 (phew…
Browse files Browse the repository at this point in the history
…!!!)
  • Loading branch information
DarwinNE committed Apr 21, 2020
1 parent 75c177c commit 64ba21d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,6 @@ private void exportAsPolygonInterface(double [] xPoints, double [] yPoints,
X = calcNaturalCubicClosed(nPoints-1, xPoints);
Y = calcNaturalCubicClosed(nPoints-1, yPoints);
} else {

X = calcNaturalCubic(nPoints-1, xPoints);
Y = calcNaturalCubic(nPoints-1, yPoints);
// Here we don't check if a point is in the arrow, but we exploit
Expand Down

0 comments on commit 64ba21d

Please sign in to comment.