mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 06:05:44 -04:00
Destroy GA at the end
This commit is contained in:
parent
2b70437433
commit
48ae7c3cb8
1 changed files with 3 additions and 0 deletions
|
|
@ -514,6 +514,9 @@
|
|||
stat = ma_chop_stack(l_dia)
|
||||
if(.not.stat) call errquit('deallocation failed',501,MA_ERR)
|
||||
|
||||
! Destroy GAs
|
||||
if (.not.ga_destroy(pars%g_apb))
|
||||
& call errquit(pname//'could not destroy temp GA',519,GA_ERR)
|
||||
|
||||
end subroutine bse_davidson
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue