Fixed a small ifdef bug in HYPRE_parcsr_pcg.c
This commit is contained in:
parent
18a4b399bc
commit
4b94dac55d
@ -276,7 +276,7 @@ HYPRE_ParCSRDiagScale( HYPRE_Solver solver,
|
||||
}
|
||||
#else
|
||||
HYPRE_Int i;
|
||||
#if (HYPRE_USING_OPENMP)
|
||||
#if defined(HYPRE_USING_OPENMP)
|
||||
#pragma omp parallel for private(i) HYPRE_SMP_SCHEDULE
|
||||
#endif
|
||||
for (i=0; i < local_size; i++)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user