diff options
Diffstat (limited to 'src/algebra/strap/DIFRING.lsp')
-rw-r--r-- | src/algebra/strap/DIFRING.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/strap/DIFRING.lsp b/src/algebra/strap/DIFRING.lsp index b0e48f64..0b5fa14c 100644 --- a/src/algebra/strap/DIFRING.lsp +++ b/src/algebra/strap/DIFRING.lsp @@ -4,7 +4,7 @@ (DEFPARAMETER |DifferentialRing;AL| 'NIL) (DEFUN |DifferentialRing;| () - (LET ((#0=#:G1397 (|Join| (|Ring|) (|DifferentialSpace|)))) + (LET ((#0=#:G1372 (|Join| (|Ring|) (|DifferentialSpace|)))) (|setShellEntry| #0# 0 '(|DifferentialRing|)) #0#)) |