source:
CIVL/mods/dev.civl.abc/examples/fortran/argonne/LOOPS/tracediff.f90
| Last change on this file was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 118 bytes | |
| Line | |
|---|---|
| 1 | program tr |
| 2 | integer n |
| 3 | double precision a, b |
| 4 | a = 0.1 |
| 5 | b = 0.1 |
| 6 | n = 10 |
| 7 | call f(n, a, b) |
| 8 | print *, a |
| 9 | end program |
Note:
See TracBrowser
for help on using the repository browser.
