Skip to content
Snippets Groups Projects
Commit 50861266 authored by Liam M. Healy's avatar Liam M. Healy Committed by Liam M. Healy
Browse files

Export 'next step for ODE

parent c1f038ba
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: <2010-06-30 19:57:28EDT ode-system.lisp> ;; Time-stamp: <2011-04-08 09:20:01EDT ode-system.lisp>
;; ;;
;; Copyright 2007, 2008, 2009 Liam M. Healy ;; Copyright 2007, 2008, 2009 Liam M. Healy
;; Distributed under the terms of the GNU General Public License ;; Distributed under the terms of the GNU General Public License
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
(in-package :gsl) (in-package :gsl)
(export '(with-ode-integration)) (export '(with-ode-integration next-step))
(defmacro with-ode-integration (defmacro with-ode-integration
((function time step-size max-time dependent dimensions ((function time step-size max-time dependent dimensions
......
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