Temporary fix for destroying IJ without destroying the underlying vector.
This commit is contained in:
parent
86bc25e1f1
commit
aab0a9bc3c
@ -113,7 +113,7 @@ HYPRE_IJVectorDestroy( HYPRE_IJVector vector )
|
||||
|
||||
ierr = hypre_IJVectorDestroyPar(vec) ;
|
||||
|
||||
else
|
||||
else if ( hypre_IJVectorObjectType(vec) != -1 )
|
||||
{
|
||||
printf("Unrecognized object type -- HYPRE_IJVectorDestroy\n");
|
||||
exit(1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user