diff options
author | dos-reis <gdr@axiomatics.org> | 2008-05-13 07:45:41 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-05-13 07:45:41 +0000 |
commit | 4111ebc38334c0abcd6170db9a78cb8380917741 (patch) | |
tree | 8eec68789bdd8d8207a8f0ecca647aa91288a953 /src/algebra/riccati.spad.pamphlet | |
parent | cca1e10eac77b9302c5862fa903872c792b36620 (diff) | |
download | open-axiom-4111ebc38334c0abcd6170db9a78cb8380917741.tar.gz |
* interp/c-util.boot (warnLiteral): Just warn, really.
* algebra/riccati.spad.pamphlet (RationalRicDE): Don't import
inexistent RatODETools.
Diffstat (limited to 'src/algebra/riccati.spad.pamphlet')
-rw-r--r-- | src/algebra/riccati.spad.pamphlet | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/algebra/riccati.spad.pamphlet b/src/algebra/riccati.spad.pamphlet index 877d0403..2ba55a3e 100644 --- a/src/algebra/riccati.spad.pamphlet +++ b/src/algebra/riccati.spad.pamphlet @@ -353,7 +353,6 @@ RationalRicDE(F, UP): Exports == Implementation where ++ not necessarily into irreducibles. Implementation ==> add - import RatODETools(P, SUP) import RationalLODE(F, UP) import NonLinearSolvePackage F import PrimitiveRatDE(F, UP, L, LQ) |