aboutsummaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-07-16 07:52:42 +0000
committerdos-reis <gdr@axiomatics.org>2009-07-16 07:52:42 +0000
commit6ca6195b5b843d2e5ca482cb7cf6eee934853ae6 (patch)
tree863686443215ca0d38db69f893ca97c255ed39ef /src/input
parent4f065a4bf2b814ffde4ef743cb89b384156e691d (diff)
downloadopen-axiom-6ca6195b5b843d2e5ca482cb7cf6eee934853ae6.tar.gz
* algebra/odeef.spad.pamphlet (ElementaryFunctionODESolver): Tidy.
Diffstat (limited to 'src/input')
-rw-r--r--src/input/kernel.input.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/kernel.input.pamphlet b/src/input/kernel.input.pamphlet
index 3652da8a..25e4007a 100644
--- a/src/input/kernel.input.pamphlet
+++ b/src/input/kernel.input.pamphlet
@@ -27,7 +27,7 @@ height mainKernel(sin x)
height mainKernel(sin cos x)
height mainKernel(sin cos (tan x + sin x))
operator mainKernel(sin cos (tan x + sin x))
-name mainKernel(sin cos (tan x + sin x))
+name operator mainKernel(sin cos (tan x + sin x))
f := operator 'f
e := f(x, y, 10)
is?(e, f)