Update 3.1 Code basics authored by Udo Ziegler's avatar Udo Ziegler
...@@ -163,7 +163,7 @@ for instance, creates ...@@ -163,7 +163,7 @@ for instance, creates
and subsequently deallocates them. and subsequently deallocates them.
*Note 1: In multi-d arrays the index ordering is inverse.* *Note 1: In multi-d arrays the fastest index is rightmost.*
*Note 2: Allocation of an array must always be followed by its *Note 2: Allocation of an array must always be followed by its
deallocation when it is no longer used in order to free memory deallocation when it is no longer used in order to free memory
... ...
......