Changes between Version 21 and Version 22 of HowTo/FortranStandards


Ignore:
Timestamp:
2013-05-01T14:53:45+02:00 (11 years ago)
Author:
jryder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/FortranStandards

    v21 v22  
    2121> I don't understand this at all (BB) 
    2222>> This needs further clarification (JB) 
    23  
    24  
    2523---- 
    2624 
     
    4038The reason is that subroutine arguments are not strictly checked, so when one is hunting 
    4139for bugs, it's nice to be able to quickly check that all the arguments are in the right place. 
    42  
    43  
    4440---- 
    4541 
     
    123119 
    124120(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). 
    125  
    126 [[BR]]  
    127  
    128121---- 
    129122 
     
    132125 
    133126''Choosing where and when to define particular variables; portability between compilers; allocation/de-allocation of arrays etc.'' 
    134  
    135 [[BR]]  
    136  
    137127---- 
    138128