From c2a5ad2159d206b1da34b97793f03d96c0e656c6 Mon Sep 17 00:00:00 2001 From: Spencer Smith <smiths@mcmaster.ca> Date: Thu, 8 Feb 2018 14:43:14 -0500 Subject: [PATCH] Minor edit to A2 Example --- Lectures/L16_FunctProgContinued/A2Examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lectures/L16_FunctProgContinued/A2Examples.py b/Lectures/L16_FunctProgContinued/A2Examples.py index fce8b597..71e32135 100644 --- a/Lectures/L16_FunctProgContinued/A2Examples.py +++ b/Lectures/L16_FunctProgContinued/A2Examples.py @@ -17,7 +17,7 @@ c2 = CurveT(X, Y, 2) print(c2.eval(6.5)) PlotCurve(c2, 5) -#PlotCurve(c, 50) will look strange because of edge effects +#PlotCurve(c2, 50) will look strange because of edge effects Load('glass.csv') -- GitLab