NESSi  v1.0.2
The NonEquilibrium Systems Simulation Library

◆ distributed_timestep_array() [1/3]

Definition at line 15 of file cntr_distributed_timestep_array_impl.hpp.

15  {
16  n_=data_.n();
17  tid_=data_.tid();
18  ntasks_=data_.ntasks();
19  G_=std::vector<cntr::herm_matrix_timestep_view<T> >(n_);
20  tstp_=-2;
21  nt_=-2;
22  ntau_=-1;
23  size_=0;
24  sig_=-1;
25 }