Changes between Version 1 and Version 2 of PDAF_deallocate
- Timestamp:
- Feb 3, 2018, 8:20:21 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PDAF_deallocate
v1 v2 7 7 The interface is the following: 8 8 {{{ 9 SUBROUTINE PDAF_ SampleEns()9 SUBROUTINE PDAF_deallocate() 10 10 }}} 11 11 Thus, it was no arguments. 12 13 Note: 14 * Usually, we call this routine in the interface user routine '''finalize_pdaf''' 15 * Calling '''PDAF_deallocate''' is not mandatory. Usually, the operating system cleans up all used memory by itself when the program stops. However, it's good practice to explicitly clean up the memory.