comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: Question on procedure parameter style
Date: Thu, 23 Dec 2010 21:21:55 +0000
Date: 2010-12-23T21:21:55+00:00	[thread overview]
Message-ID: <m28vzg9ocs.fsf@pushface.org> (raw)
In-Reply-To: m2hbe49qcr.fsf@pushface.org

Simon Wright <simon@pushface.org> writes:

>    type General_Eigenvalue is record
>       Alpha : General;
>       Beta  : General;
>    end record;
>    type General_Eigenvalue_Vector
>    is array (Integer range <>) of General_Eigenvalue;

M-x replace-string was the wrong operation here. I meant to say

   type General_Eigenvalue is record
      Alpha : Complex;
      Beta  : Complex;
   end record;
   type General_Eigenvalue_Vector
   is array (Integer range <>) of General_Eigenvalue;



      reply	other threads:[~2010-12-23 21:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-23 17:59 Question on procedure parameter style Simon Wright
2010-12-23 18:51 ` Ada novice
2010-12-23 20:38 ` Simon Wright
2010-12-23 21:21   ` Simon Wright [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox