Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nullify pointers on repeated calls to write_trajectory()
- When calling write_trajectory() a second time, the declaration type(buffer), pointer :: obuffer_io=>null() does not nullify the pointer. Added explicit nullification in the code in addition. - No answer changes.
- Loading branch information