main
|
Last change
on this file was ea777aa, checked in by Alex Wilton <awilton@…>, 3 years ago |
|
Moved examples, include, build_default.properties, common.xml, and README out from dev.civl.com into the root of the repo.
git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5704 fb995dde-84ed-4084-dfe6-e5aef3e2452c
|
-
Property mode
set to
100755
|
|
File size:
670 bytes
|
| Line | |
|---|
| 1 | c
|
|---|
| 2 | c Steady variables
|
|---|
| 3 | c
|
|---|
| 4 | real tauss(ldimt1), txnext(ldimt1)
|
|---|
| 5 | common /sspar1/ tauss , txnext
|
|---|
| 6 |
|
|---|
| 7 | integer nsskip
|
|---|
| 8 | common /sspar2/ nsskip
|
|---|
| 9 |
|
|---|
| 10 | logical ifskip, ifmodp, ifssvt, ifstst(ldimt1)
|
|---|
| 11 | $ , ifexvt, ifextr(ldimt1)
|
|---|
| 12 | common /sspar3/ ifskip, ifmodp, ifssvt, ifstst
|
|---|
| 13 | $ , ifexvt, ifextr
|
|---|
| 14 |
|
|---|
| 15 | real dvnnh1,dvnnsm,dvnnl2,dvnnl8,dvdfh1,dvdfsm,
|
|---|
| 16 | $ dvdfl2,dvdfl8,dvprh1,dvprsm,dvprl2,dvprl8
|
|---|
| 17 | common /ssnorm/ dvnnh1, dvnnsm, dvnnl2, dvnnl8
|
|---|
| 18 | $ , dvdfh1, dvdfsm, dvdfl2, dvdfl8
|
|---|
| 19 | $ , dvprh1, dvprsm, dvprl2, dvprl8
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.