20 lines
327 B
C
20 lines
327 B
C
/* *****************************************************
|
|
*
|
|
* File: Hypre_Box_DataMembers.h
|
|
*
|
|
*********************************************************/
|
|
|
|
#ifndef Hypre_Box_DataMembers_
|
|
#define Hypre_Box_DataMembers_
|
|
|
|
#include "struct_mv.h"
|
|
|
|
struct Hypre_Box_private_type
|
|
{
|
|
hypre_Box *hbox;
|
|
int dimension;
|
|
}
|
|
;
|
|
#endif
|
|
|