Didn't get all of the private variables right the first time.

This commit is contained in:
falgout 2011-01-13 01:17:47 +00:00
parent 84f822d30a
commit 8165ca26b8

View File

@ -334,7 +334,7 @@ hypre_AMR_CFCoarsen( hypre_SStructMatrix * A,
hypre_BoxLoop1Begin(loop_size,
A_dbox, node_extents, stridec, iA);
#define HYPRE_BOX_SMP_PRIVATE loopk,loopi,loopj,iA,i
#define HYPRE_BOX_SMP_PRIVATE loopk,loopi,loopj,iA,i,index_temp,boxman_entry,rank,found,Uventry,nUentries,temp1,cnt1,ncols,rows,cols,temp2,vals,index2,index1,j
#include "hypre_box_smp_forloop.h"
hypre_BoxLoop1For(loopi, loopj, loopk, iA)
{