From bb2c6995f583a8386899dad480baa688ba55c624 Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Tue, 23 Mar 2021 20:53:43 +0100 Subject: [PATCH] Fix wording in style guide for dimension attribute --- STYLE_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STYLE_GUIDE.md b/STYLE_GUIDE.md index 247b5ea50..a2a6315b9 100644 --- a/STYLE_GUIDE.md +++ b/STYLE_GUIDE.md @@ -47,7 +47,7 @@ focus on the semantics of the proposed changes rather than style and formatting. * 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(:,:)