hypre/struct_mv/hypre_box_smp_forloop.h
1999-08-04 06:47:23 +00:00

21 lines
677 B
C

/*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 "../utilities/hypre_smp_forloop.h"
#else
#define HYPRE_SMP_PRIVATE \
HYPRE_BOX_SMP_PRIVATE,hypre__nx,hypre__ny,hypre__nz
#include "../utilities/hypre_smp_forloop.h"
#endif
#undef HYPRE_BOX_SMP_PRIVATE