20 lines
393 B
C
20 lines
393 B
C
/* *****************************************************
|
|
*
|
|
* File: Hypre_StructStencil_DataMembers.h
|
|
*
|
|
*********************************************************/
|
|
|
|
#ifndef Hypre_StructStencil_DataMembers_
|
|
#define Hypre_StructStencil_DataMembers_
|
|
|
|
#include "HYPRE_struct_mv.h"
|
|
#include "struct_mv.h"
|
|
|
|
struct Hypre_StructStencil_private_type
|
|
{
|
|
HYPRE_StructStencil *hsstencil;
|
|
}
|
|
;
|
|
#endif
|
|
|