Changes
Page history
Update 3.1 Code basics
authored
Jan 11, 2021
by
Udo Ziegler
Hide whitespace changes
Inline
Side-by-side
3-NIRVANA-user-guide/3.1-Code-basics.md
View page @
b2cbd84a
...
@@ -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
...
...
...
...