Skip to content

Commit

Permalink
Merge pull request #362 from awvwgk/dimension-workflow
Browse files Browse the repository at this point in the history
Fix wording in style guide for dimension attribute
  • Loading branch information
milancurcic committed Mar 23, 2021
2 parents 1216a9c + bb2c699 commit bc37bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STYLE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ focus on the semantics of the proposed changes rather than style and formatting.
<!-- ATTENTION! This section includes intentional trailing whitespace to get decent formatting with GFM and Python Markdown. -->

* Always specify `intent` for dummy arguments.
* Don't use `dimension` attribute to declare arrays because it is less verbose.
* Don't use `dimension` attribute to declare arrays because it is more verbose.
Use this:
```
real, allocatable :: a(:), b(:,:)
Expand Down

0 comments on commit bc37bcc

Please sign in to comment.