Index: Startup.c =================================================================== RCS file: /cactusdevcvs/CactusPUGH/PUGHReduce/src/Startup.c,v retrieving revision 1.10 diff -d -r1.10 Startup.c 40,41d39 < /* Register the Global reduction operator */ < CCTK_RegisterGridArrayReductionOperator(PUGH_ReduceGridArrays); 43,44c41,49 < /* Register the Array reducction globally operator */ < CCTK_RegisterReduceArraysGloballyOperator(PUGH_ReduceArraysGlobally); --- > /* New Reduction Spec Implementation */ > > /* Register the grid array reduction operator */ > CCTK_RegisterReduceGridArraysOperator(PUGH_ReduceGridArrays); > /* Register the local array reducction operator */ > CCTK_RegisterReduceLocalArraysOperator(PUGH_ReduceLocalArrays); > > > /* Old Reduction Spec Implementation */