On Sep 16, 2010, at 8:20 AM, Hazen Babcock wrote:
>
> It chokes on the following:
> type Real_Vector is array (Integer range <>) of Long_Float;
>
> In particular it does not seem to like the "<>". Does anyone know
> how to
> tell it that this is not a command that it should try to interpret?
>
On 2010-09-16 11:20-0400 Hazen Babcock wrote:
>
> It chokes on the following:
> type Real_Vector is array (Integer range <>) of Long_Float;
>
> In particular it does not seem to like the "<>". Does anyone know how to
> tell it that this is not a command that it should try to interpret?
Try replac
It chokes on the following:
type Real_Vector is array (Integer range <>) of Long_Float;
In particular it does not seem to like the "<>". Does anyone know how to
tell it that this is not a command that it should try to interpret?
-Hazen
-