--- MITgcm/pkg/cost/cost_tracer.F 2003/06/27 01:54:20 1.4 +++ MITgcm/pkg/cost/cost_tracer.F 2004/07/13 18:08:06 1.5 @@ -1,9 +1,7 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/pkg/cost/cost_tracer.F,v 1.4 2003/06/27 01:54:20 heimbach Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/pkg/cost/cost_tracer.F,v 1.5 2004/07/13 18:08:06 jmc Exp $ +C $Name: $ #include "COST_CPPOPTIONS.h" -#ifdef ALLOW_PTRACERS -# include "PTRACERS_OPTIONS.h" -#endif subroutine cost_tracer( bi, bj, myThid ) C /==========================================================\ @@ -27,6 +25,7 @@ # if (defined (ALLOW_PASSIVE_TRACER)) # include "TR1.h" # elif (defined (ALLOW_PTRACERS)) +# include "PTRACERS_SIZE.h" # include "PTRACERS.h" # endif #endif