Forgot to remove south/north from the shared OpenMP variables.

This commit is contained in:
falgout 2011-01-19 23:02:34 +00:00
parent 37e709e857
commit 8d4a3851c1

View File

@ -347,7 +347,7 @@ hypre_PFMGBuildCoarseOp5( hypre_StructMatrix *A,
P_dbox, cstart, stridec, iP,
A_dbox, fstart, stridef, iA,
RAP_dbox, cstart, stridec, iAc);
#define HYPRE_BOX_SMP_PRIVATE loopk,loopi,loopj,iP,iA,iAc,iAm1,iAp1,iPm1,iPp1,west,east,south,north
#define HYPRE_BOX_SMP_PRIVATE loopk,loopi,loopj,iP,iA,iAc,iAm1,iAp1,iPm1,iPp1,west,east
#include "hypre_box_smp_forloop.h"
hypre_BoxLoop3For(loopi, loopj, loopk, iP, iA, iAc)
{