[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gsl] Out of order declaration
From: |
Rhys Ulerich |
Subject: |
Re: [Bug-gsl] Out of order declaration |
Date: |
Mon, 10 Sep 2012 12:05:23 -0500 |
Hi Brian,
>> What exactly is out of order?
> These two declarations on lines 2188/9 of ode-initval2\test.c are out of
> order:
>
> const unsigned long int nfsteps = 100000;
> const double hfixed = 0.000025;
Ah... Sorry, been writing C++ for too long and didn't see those.
Fixed in http://bzr.savannah.gnu.org/lh/gsl/trunk/revision/4781.
Thanks for the report,
Rhys