forked from wannier-developers/wannier90
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deallocate error in prterr subroutine.
Previously error was intent(in), error remained allocated after prterr returns and may trigger 'untrapped error' if W90DEV defined (see io.F90). Deallocating the error without triggering the 'untrapped error' case is done by setting the error code to a special value (neutralising the error). prterr() now has error variable to intent(inout) and is deallocated.
- Loading branch information
Jerome Jackson
committed
Jan 15, 2025
1 parent
9ab9860
commit fcffe4b
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters