Function memoryhelpermodule::create_mem_address¶
Defined in File MemoryHelper.f90
Function Documentation¶
-
character(len=lenmemaddress) function memoryhelpermodule::create_mem_address (mem_path, var_name) returns the address string of the memory object
Returns the memory address, i.e. the full path plus name of the stored variable
NB: no need to trim the input parameters
- Return
full address string to the memory object
- Parameters
[in] mem_path: path to the memory object[in] var_name: name of the stored variable