Fixed a HYPRE_SEQUENTIAL redefined problem.

This commit is contained in:
falgout 2012-03-14 15:24:57 +00:00
parent de1c289538
commit eb8490a6b2
2 changed files with 2 additions and 6 deletions

View File

@ -10,9 +10,6 @@
* $Revision$
***********************************************************************EHEADER*/
/* f2c.h -- Standard Fortran to C header file */
/** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed."
@ -23,6 +20,7 @@
#define F2C_INCLUDE
/* MPI is not needed here, so don't include mpi.h */
#include "HYPRE_config.h"
#ifndef HYPRE_SEQUENTIAL
#define HYPRE_SEQUENTIAL
#endif

View File

@ -10,9 +10,6 @@
* $Revision$
***********************************************************************EHEADER*/
/* f2c.h -- Standard Fortran to C header file */
/** barf [ba:rf] 2. "He suggested using FORTRAN, and everybody barfed."
@ -23,6 +20,7 @@
#define F2C_INCLUDE
/* MPI is not needed here, so don't include mpi.h */
#include "HYPRE_config.h"
#ifndef HYPRE_SEQUENTIAL
#define HYPRE_SEQUENTIAL
#endif