source:
CIVL/mods/dev.civl.abc/examples/fortran/f77_standard/external_intrinsic_helper.f
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 135 bytes | |
| Line | |
|---|---|
| 1 | c This is called from the program in external_intrinsic.f |
| 2 | subroutine sub(a) |
| 3 | integer a |
| 4 | a = a + 1 |
| 5 | end subroutine |
Note:
See TracBrowser
for help on using the repository browser.
