Skip to content

Commit

Permalink
fix(petsc): this got activated in previous PR, but it is not ready fo…
Browse files Browse the repository at this point in the history
…r that (MODFLOW-USGS#1436)

* - this got activated in previous PR, but it is not ready for that

* - fpret
  • Loading branch information
mjr-deltares authored Nov 9, 2023
1 parent f04ab0e commit 7e45fa9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Solution/PETSc/PetscSolver.F90
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,6 @@ subroutine petsc_destroy(this)
call this%petsc_ctx%destroy()
deallocate (this%petsc_ctx)

call VecDestroy(this%pc_context%diag, ierr)
CHKERRQ(ierr)
deallocate (this%pc_context)

end subroutine petsc_destroy
Expand Down

0 comments on commit 7e45fa9

Please sign in to comment.