aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/laplace.spad.pamphlet
diff options
context:
space:
mode:
Diffstat (limited to 'src/algebra/laplace.spad.pamphlet')
-rw-r--r--src/algebra/laplace.spad.pamphlet4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/algebra/laplace.spad.pamphlet b/src/algebra/laplace.spad.pamphlet
index ad8647f4..9652f91d 100644
--- a/src/algebra/laplace.spad.pamphlet
+++ b/src/algebra/laplace.spad.pamphlet
@@ -30,8 +30,6 @@ LaplaceTransform(R, F): Exports == Implementation where
OFE ==> OrderedCompletion F
EQ ==> Equation OFE
- ALGOP ==> "%alg"
- SPECIALDIFF ==> "%specialDiff"
Exports ==> with
laplace: (F, SE, SE) -> F
@@ -42,6 +40,8 @@ LaplaceTransform(R, F): Exports == Implementation where
++ compute the transform.
Implementation ==> add
+ macro ALGOP == '%alg
+ macro SPECIALDIFF == '%specialDiff
import IntegrationTools(R, F)
import ElementaryIntegration(R, F)
import PatternMatchIntegration(R, F)