| 1 |
C $Header$ |
C $Header$ |
| 2 |
C $Name$ |
C $Name$ |
| 3 |
|
|
| 4 |
c Include ECCO_CPPOPTIONS because the ecco_ctrl,cost files |
C ECCO_CPPOPTIONS used to affect maxcvars and defined ALLOW_OBCS?_CONTROL |
| 5 |
c have headers with options for OBCS masks. |
C#include "ECCO_CPPOPTIONS.h" |
| 6 |
#include "ECCO_CPPOPTIONS.h" |
C now: |
| 7 |
|
C CTRL_OPTIONS affects maxcvars and may define ALLOW_OBCS?_CONTROL |
| 8 |
|
#include "CTRL_OPTIONS.h" |
| 9 |
|
|
| 10 |
subroutine optim_writedata( |
subroutine optim_writedata( |
| 11 |
I nn, |
I nn, |
| 38 |
|
|
| 39 |
#include "EEPARAMS.h" |
#include "EEPARAMS.h" |
| 40 |
#include "SIZE.h" |
#include "SIZE.h" |
| 41 |
#include "ctrl.h" |
#if (defined (ALLOW_GENARR2D_CONTROL) || defined (ALLOW_GENARR3D_CONTROL) || defined (ALLOW_GENTIM2D_CONTROL)) |
| 42 |
|
#include "CTRL_SIZE.h" |
| 43 |
|
#endif |
| 44 |
|
# include "ctrl.h" |
| 45 |
#include "optim.h" |
#include "optim.h" |
| 46 |
|
|
| 47 |
c == routine arguments == |
c == routine arguments == |