Differences
This shows you the differences between two versions of the page.
Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
sep:software:ratfor90 [2008/07/23 18:00] mohammad |
sep:software:ratfor90 [2015/05/27 02:06] (current) |
| |
"Ratfor90" supports some traditional SEP local memory allocation and data base I/O statements. In addition it calls an essential seplib initialization routine " initpar()", organizes the self-doc, and simplifies data-cube input. The basic syntax for memory allocation is "allocate: real x(n1,n2)". "Ratfor90" translates this syntax into a call to dynamically allocate a "allocatable" array. See the on-line self-documentation or the manual pages for full details. Following is a complete Ratfor program for a simple task: | "Ratfor90" supports some traditional SEP local memory allocation and data base I/O statements. In addition it calls an essential seplib initialization routine " initpar()", organizes the self-doc, and simplifies data-cube input. The basic syntax for memory allocation is "allocate: real x(n1,n2)". "Ratfor90" translates this syntax into a call to dynamically allocate a "allocatable" array. See the on-line self-documentation or the manual pages for full details. Following is a complete Ratfor program for a simple task: |
<code fortran> | <code fortran90> |
# out.H | # out.H |
# | # |
| |
\\ \\ | \\ \\ |
{{page>sep:footer}} | {{page>share:footer&nofooter&noeditbtn}} |