Temporary fix for destroying IJ without destroying the underlying vector.

This commit is contained in:
chtong 2001-11-06 17:13:35 +00:00
parent 86bc25e1f1
commit aab0a9bc3c

View File

@ -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);