[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reading fortran namelist data into Octave
From: |
c. |
Subject: |
Re: Reading fortran namelist data into Octave |
Date: |
Thu, 28 Mar 2013 12:14:24 +0100 |
On 28 Mar 2013, at 12:13, c. <address@hidden> wrote:
> On 28 Mar 2013, at 04:59, Terry Duell <address@hidden> wrote:
>
>> Hello All,
>> Does anyone know of any code to read fortran namelist data from a file?
>>
>> Cheers,
>
> Well,
>
> It is quite easy to write an oct file in fortran to read a specific namelist
> from a a file,
> but I don't think there is a way to write one to read ANY namelist .
>
> c.
Here is an example of how to exchange arrays between fortran and Octave. It
requires a compiler that implements the 2003 standard.
c.