[GSLL-devel] [PATCH] ode-system: 'next-step' should be exported

Liam Healy lhealy at common-lisp.net
Fri Apr 8 13:38:24 UTC 2011


Thanks, fixed and pushed.   That whole with-ode-integration is a bit hackish
and maybe could use some rethinking, if you have any ideas.

Liam

On Wed, Apr 6, 2011 at 11:02 AM, Fedor Bezrukov <
Fedor.Bezrukov at physik.uni-muenchen.de> wrote:

> I guess next-step should be exported
>
> ---
>  ordinary-differential-equations/ode-system.lisp |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/ordinary-differential-equations/ode-system.lisp
> b/ordinary-differential-equations/ode-system.lisp
> index 2e0490f..851b5ac 100644
> --- a/ordinary-differential-equations/ode-system.lisp
> +++ b/ordinary-differential-equations/ode-system.lisp
> @@ -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
> --
> 1.7.4.2
>
>
>
> _______________________________________________
> GSLL-devel mailing list
> GSLL-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/gsll-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/gsll-devel/attachments/20110408/8f7095a6/attachment.html>


More information about the gsll-devel mailing list