source: CIVL/mods/dev.civl.abc/examples/fortran/argonne/LOOPS/tracediff.f90

main
Last change on this file was aad342c, checked in by Stephen Siegel <siegel@…>, 3 years ago

Performing huge refactor to incorporate ABC, GMC, and SARL into CIVL repo and use Java modules.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5664 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 118 bytes
Line 
1program 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
9end program
Note: See TracBrowser for help on using the repository browser.