Changes between Version 18 and Version 19 of HowTo/FortranStandards


Ignore:
Timestamp:
2013-04-30T16:26:33+02:00 (11 years ago)
Author:
mmcgrath
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/FortranStandards

    v18 v19  
    114114[[BR]]  
    115115 
    116 (5) '''Use of space:''' Always indent the code within conditional statements or loops, but don't use tabs, as the formatting will not be preserved across platforms. 
     116(5) '''Use of space:''' Always indent the code within conditional statements or loops, but don't use tabs, as the formatting will not be preserved across platforms.  NOTE: The emacs indent function works well for this, since it indents with spaces (even if you use the tab key). 
    117117 
    118118[[BR]]