NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
◆
~distributed_array()
template<typename T >
cntr::distributed_array
< T >::~
distributed_array
(
)
Definition at line
29
of file
cntr_distributed_array_impl.hpp
.
29
{
30
if
(data_!=0)
delete
[] data_;
31
}
cntr
distributed_array
Generated by
1.8.15