Last change
on this file since 2116 was
703,
checked in by (none), 18 years ago
|
This commit was manufactured by cvs2svn to create branch 'V3_test'.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
593 bytes
|
Rev | Line | |
---|
[524] | 1 | ! |
---|
| 2 | ! $Header$ |
---|
| 3 | ! |
---|
| 4 | C@ |
---|
| 5 | C@ -- param_sipc.h |
---|
| 6 | C@ |
---|
| 7 | C@ -- jpbyteint : number of bytes per integer |
---|
| 8 | C@ |
---|
| 9 | C@ -- jpbyterea : number of bytes per real |
---|
| 10 | C@ |
---|
| 11 | C@ -- jpbytecha : number of bytes per character |
---|
| 12 | C@ |
---|
| 13 | INTEGER jpbyteint,jpbyterea, jpbytecha |
---|
| 14 | PARAMETER (jpbyteint = 4) |
---|
| 15 | PARAMETER (jpbyterea = 8) |
---|
| 16 | PARAMETER (jpbytecha = 1) |
---|
| 17 | C@ |
---|
| 18 | C@ -- jptest : The models will test during 2*jptest seconds if the file |
---|
| 19 | C@ DUMMY_SIPC has been created by OASIS, signaling that the |
---|
| 20 | C@ SHM pools are opened. After, they will abort. |
---|
| 21 | C@ |
---|
| 22 | INTEGER jptest |
---|
| 23 | PARAMETER(jptest = 100) |
---|
| 24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.