Take out unused variable.
This commit is contained in:
parent
b760f76b96
commit
78374341f0
@ -185,7 +185,6 @@ int
|
|||||||
HYPRE_PCGSetLogging( HYPRE_Solver solver,
|
HYPRE_PCGSetLogging( HYPRE_Solver solver,
|
||||||
int level )
|
int level )
|
||||||
{
|
{
|
||||||
int ierr = 0;
|
|
||||||
return ( hypre_PCGSetLogging( (void *) solver, level ) );
|
return ( hypre_PCGSetLogging( (void *) solver, level ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user