blob: f3f5b4db4c8041cf75d7c7c98e74f19ac9cb1d45 [file] [log] [blame]
/*BHEADER**********************************************************************
* (c) 1997 The Regents of the University of California
*
* See the file COPYRIGHT_and_DISCLAIMER for a complete copyright
* notice, contact person, and disclaimer.
*
* $Revision$
*********************************************************************EHEADER*/
#if HYPRE_USING_PGCC_SMP
#define HYPRE_SMP_PRIVATE \
HYPRE_BOX_SMP_PRIVATE,hypre__nx,hypre__ny,hypre__nz,hypre__block
#include "hypre_smp_forloop.h"
#else
#define HYPRE_SMP_PRIVATE \
HYPRE_BOX_SMP_PRIVATE,hypre__nx,hypre__ny,hypre__nz
#include "hypre_smp_forloop.h"
#endif
#undef HYPRE_BOX_SMP_PRIVATE