Changes between Version 31 and Version 32 of HowTo/FortranStandards


Ignore:
Timestamp:
2013-06-14T11:23:22+02:00 (11 years ago)
Author:
luyssaert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/FortranStandards

    v31 v32  
    143143[[BR]]  
    144144 
    145 (1) '''Names of counters:''' Limit to four characters.  If the variable being looped over begins with "n", replace the "n" by an "i" for the counter name.  For example, nvm -> ivm, npts -> ipts, nelements -> iele.   
     145(1) '''Names of counters:''' Limit to four characters.  If the variable being looped over begins with "n", replace the "n" by an "i" for the counter name.  For example, nvm -> ivm, npts -> ipts,  
     146 
     147> SL : nelements -> ielem, naprts -> ipart, ncirc -> icirc, nleafage -> ilage (the more logic ileaf is already used)   
    146148 
    147149Variables which have the same meaning but are named differently throughout the code: kjpindex/npts