removed the remaining ghostrank from the hypre_SStructUVar structure

This commit is contained in:
castilla 2003-03-01 03:03:08 +00:00
parent 1f39f07037
commit 5299cf42cd
2 changed files with 0 additions and 4 deletions

View File

@ -29,7 +29,6 @@ typedef struct
{
HYPRE_SStructVariable type;
int rank; /* local rank */
int ghrank; /* GEC0902 ghostrank */
int proc;
} hypre_SStructUVar;
@ -247,7 +246,6 @@ typedef struct hypre_SStructGrid_struct
#define hypre_SStructUCVarUVars(uc) ((uc) -> uvars)
#define hypre_SStructUCVarType(uc, i) ((uc) -> uvars[i].type)
#define hypre_SStructUCVarRank(uc, i) ((uc) -> uvars[i].rank)
#define hypre_SStructUCVarGhrank(uc, i) ((uc) -> uvars[i].ghrank)
#define hypre_SStructUCVarProc(uc, i) ((uc) -> uvars[i].proc)
#endif

View File

@ -130,7 +130,6 @@ typedef struct
{
HYPRE_SStructVariable type;
int rank; /* local rank */
int ghrank; /* GEC0902 ghostrank */
int proc;
} hypre_SStructUVar;
@ -349,7 +348,6 @@ typedef struct hypre_SStructGrid_struct
#define hypre_SStructUCVarUVars(uc) ((uc) -> uvars)
#define hypre_SStructUCVarType(uc, i) ((uc) -> uvars[i].type)
#define hypre_SStructUCVarRank(uc, i) ((uc) -> uvars[i].rank)
#define hypre_SStructUCVarGhrank(uc, i) ((uc) -> uvars[i].ghrank)
#define hypre_SStructUCVarProc(uc, i) ((uc) -> uvars[i].proc)
#endif