summaryrefslogtreecommitdiff
path: root/Master/texmf/asymptote/interpolate.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/asymptote/interpolate.asy')
-rw-r--r--Master/texmf/asymptote/interpolate.asy2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/asymptote/interpolate.asy b/Master/texmf/asymptote/interpolate.asy
index a6b820bc7d5..a600c94c125 100644
--- a/Master/texmf/asymptote/interpolate.asy
+++ b/Master/texmf/asymptote/interpolate.asy
@@ -29,7 +29,7 @@
// Here s is a real function that is constant on (-infinity,a] and [b,infinity).
private import math;
-import splinetype;
+import graph_splinetype;
typedef real fhorner(real);