Skip to content
Snippets Groups Projects
Commit f23f16af authored by Liam Healy's avatar Liam Healy
Browse files

Fix misnamed symbol

New symbol name +step-rk8pd+ missed in one spot.
parent 352210f5
No related branches found
No related tags found
No related merge requests found
;; ODE system setup ;; ODE system setup
;; Liam Healy, Sun Apr 15 2007 - 14:19 ;; Liam Healy, Sun Apr 15 2007 - 14:19
;; Time-stamp: <2009-02-15 09:09:55EST ode-system.lisp> ;; Time-stamp: <2009-02-23 09:35:27EST ode-system.lisp>
;; $Id$ ;; $Id$
(in-package :gsl) (in-package :gsl)
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
(defmacro with-ode-integration (defmacro with-ode-integration
((function time step-size max-time ((function time step-size max-time
dependent dimensions &optional (stepper '*step-rk8pd*) dependent dimensions &optional (stepper '+step-rk8pd+)
(absolute-error 1.0d-6) (relative-error 0.0d0)) (absolute-error 1.0d-6) (relative-error 0.0d0))
&body body) &body body)
"Environment for integration of ordinary differential equations." "Environment for integration of ordinary differential equations."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment