Hi
If I don't use any ANA_ module I should include #define ANALYTICAL flag into header file, because of unconditional call of ana_nudgcoef routine from initial.f90 routine, that (ana_nudgcoef routine) will be included into analytical.f90 only when ANALYTICAL flag is defined. Is it true or I can include #ifdef ANALYTICAL before the call of ana_nudgcoef routine into initial.F?