comp.lang.ada
 help / color / mirror / Atom feed
From: Ludovic Brenta <ludovic@ludovic-brenta.org>
Subject: Re: discriminant type
Date: Tue, 13 Sep 2005 22:49:35 +0200
Date: 2005-09-13T22:49:35+02:00	[thread overview]
Message-ID: <8764t4hew0.fsf@ludovic-brenta.org> (raw)
In-Reply-To: 1126644305.724460.155300@g47g2000cwa.googlegroups.com

diff -u:
@@ -1,3 +1,3 @@
  type T_Matrix (Col_Size, Row_Size : Integer) is record
-   Vec : T_Vector (Col_Size * Row_Size);
+   Vec : T_Vector (1 .. Col_Size * Row_Size);
  end record;

-- 
Ludovic Brenta.



  reply	other threads:[~2005-09-13 20:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-13 20:45 discriminant type nicolas.b
2005-09-13 20:49 ` Ludovic Brenta [this message]
2005-09-13 22:06   ` David Trudgett
2005-09-14 20:08   ` Dr. Adrian Wrigley
2005-09-15 15:08 ` Nick Roberts
replies disabled

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