| 1 |
|
|
| 2 |
|
#ifdef ALLOW_OBCS |
| 3 |
|
c Include ECCO_CPPOPTIONS because ecco,ctrl,cost files have headers with options for OBCS masks. |
| 4 |
|
# include "ECCO_CPPOPTIONS.h" |
| 5 |
|
#else |
| 6 |
|
# include "CTRL_OPTIONS.h" |
| 7 |
|
#endif |
| 8 |
|
|
| 9 |
subroutine optim_readdata( |
subroutine optim_readdata( |
| 10 |
I nn, |
I nn, |
| 11 |
I dfile, |
I dfile, |
| 40 |
|
|
| 41 |
#include "EEPARAMS.h" |
#include "EEPARAMS.h" |
| 42 |
#include "SIZE.h" |
#include "SIZE.h" |
|
cgg Include ECCO_CPPOPTIONS because the ecco_ctrl,cost files |
|
|
cgg have headers with options for OBCS masks. |
|
|
#include "ECCO_CPPOPTIONS.h" |
|
|
|
|
| 43 |
#include "ctrl.h" |
#include "ctrl.h" |
| 44 |
#include "optim.h" |
#include "optim.h" |
| 45 |
#include "minimization.h" |
#include "minimization.h" |