We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee19c2 commit 1d00588Copy full SHA for 1d00588
STYLE_GUIDE.md
@@ -59,7 +59,7 @@ focus on the semantics of the proposed changes rather than style and formatting.
59
real, dimension(:,:), allocatable :: b
60
```
61
62
- When defining a lot of arrays of the same dimension ```dimension``` can be used as an exception.
+When defining many arrays of the same dimension, ```dimension``` can be used as an exception if it makes the code less verbose.
63
* If ```optional``` attribute is used to declare a dummy argument, it should follow the intent attribute
64
65
## End <scope> block closing statements
0 commit comments