27 |
#include "GRID.h" |
#include "GRID.h" |
28 |
|
|
29 |
#include "ctrl.h" |
#include "ctrl.h" |
|
|
|
|
#ifdef ALLOW_ECCO_OPTIMIZATION |
|
30 |
#include "optim.h" |
#include "optim.h" |
|
#endif |
|
31 |
|
|
32 |
c == routine arguments == |
c == routine arguments == |
33 |
|
|
37 |
|
|
38 |
c == local variables == |
c == local variables == |
39 |
|
|
|
#ifndef ALLOW_ECCO_OPTIMIZATION |
|
|
integer optimcycle |
|
|
#endif |
|
|
|
|
40 |
integer ii |
integer ii |
41 |
integer il |
integer il |
42 |
|
|
47 |
|
|
48 |
c == end of interface == |
c == end of interface == |
49 |
|
|
|
#ifndef ALLOW_ECCO_OPTIMIZATION |
|
|
optimcycle = 0 |
|
|
#endif |
|
|
|
|
50 |
c-- Only the master thread will do I/O. |
c-- Only the master thread will do I/O. |
51 |
_BEGIN_MASTER( mythid ) |
_BEGIN_MASTER( mythid ) |
52 |
|
|