Added use of double colon to style guide.

This commit is contained in:
Paul Romano 2013-04-10 17:35:02 -04:00
parent 483b8711df
commit c58b62e43d

View file

@ -72,6 +72,8 @@ Do not use old-style character/array length (e.g. character*80, real*8).
Integer values being used to indicate a certain state should be defined as named
constants (see the constants.F90 module for many examples).
Always use a double colon :: when declaring a variable.
Yes:
.. code-block:: fortran