diff options
Diffstat (limited to 'src/input/draw2dSF.input.pamphlet')
-rw-r--r-- | src/input/draw2dSF.input.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/draw2dSF.input.pamphlet b/src/input/draw2dSF.input.pamphlet index 6edaed4a..93836dbd 100644 --- a/src/input/draw2dSF.input.pamphlet +++ b/src/input/draw2dSF.input.pamphlet @@ -35,7 +35,7 @@ readTheFile(filename,numberOfPoints) == -- first we read the file of x, y data -- we cheat to get at the AXIOM variable axiom:=string getEnv("AXIOM")$Lisp -pts:=readTheFile(axiom "/../../src/input/draw2dSF.data",1024); +pts:=readTheFile(axiom "/../../src/input/draw2dSF.data",1024) -- then we plot the points drawList(pts) |