NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
◆
~function()
template<typename T >
cntr::function
< T >::~
function
(
)
Definition at line
20
of file
cntr_function_impl.hpp
.
20
{
21
if
(
data_
!= 0)
22
delete
[]
data_
;
23
}
cntr::function::data_
cplx * data_
Pointer to the function in the Matrix form on the real-time axis ( ) ; 'data_+ element_size' corresp...
Definition:
cntr_function_decl.hpp:95
cntr
function
Generated by
1.8.15