Changes between Version 1 and Version 2 of PDAF_deallocate


Ignore:
Timestamp:
Feb 3, 2018, 8:20:21 PM (6 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PDAF_deallocate

    v1 v2  
    77The interface is the following:
    88{{{
    9 SUBROUTINE PDAF_SampleEns()
     9SUBROUTINE PDAF_deallocate()
    1010}}}
    1111Thus, it was no arguments.
     12
     13Note:
     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.