Skip to content

Commit

Permalink
Update docs/guide/warnings.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Wilson Snyder <[email protected]>
  • Loading branch information
gezalore and wsnyder authored May 3, 2024
1 parent cf55b6d commit 3dfc78a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/warnings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ List Of Warnings

3. If the element type of the array is a compound type.

4. In versions before 5.026, any delayed assignment to an array.
It might slightly improve run-time performance if you change the
non-blocking assignment inside the loop into a blocking assignment
(that is: use '=' instead of '<='), if possible.
Expand Down

0 comments on commit 3dfc78a

Please sign in to comment.