From 508612661d4e2f21c5960664246b0a1a49d73b26 Mon Sep 17 00:00:00 2001
From: "Liam M. Healy" <lhealy@common-lisp.net>
Date: Fri, 8 Apr 2011 09:20:36 -0400
Subject: [PATCH] Export 'next step for ODE

---
 ordinary-differential-equations/ode-system.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ordinary-differential-equations/ode-system.lisp b/ordinary-differential-equations/ode-system.lisp
index 2e0490fb..1a65e116 100644
--- a/ordinary-differential-equations/ode-system.lisp
+++ b/ordinary-differential-equations/ode-system.lisp
@@ -1,6 +1,6 @@
 ;; ODE system setup
 ;; 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
 ;; Distributed under the terms of the GNU General Public License
@@ -20,7 +20,7 @@
 
 (in-package :gsl)
 
-(export '(with-ode-integration))
+(export '(with-ode-integration next-step))
 
 (defmacro with-ode-integration
     ((function time step-size max-time dependent dimensions
-- 
GitLab