CVS difference for ai12s/ai12-0312-1.txt

Differences between 1.20 and version 1.21
Log of other versions for file ai12s/ai12-0312-1.txt

--- ai12s/ai12-0312-1.txt	2021/03/09 05:16:37	1.20
+++ ai12s/ai12-0312-1.txt	2021/03/18 09:47:48	1.21
@@ -464,8 +464,9 @@
    subtype Chunk_Number is Natural range 1 .. 8;
 
 @xcode<   Partial_Sum,
-   Partial_Max : array (Chunk_Number) of Natural := (others => 0);
-   Partial_Min : array (Chunk_Number) of Natural := (others => Natural'Last);
+   Partial_Max : @b<array> (Chunk_Number) @b<of> Natural := (@b<others> => 0);
+   Partial_Min : @b<array> (Chunk_Number) @b<of> Natural :=
+                    (@b<others> =@> Natural'Last);
 
 @xcode<begin
    @b<parallel> (Chunk @b<in> Chunk_Number)

Questions? Ask the ACAA Technical Agent