20 static std::vector<double> st, dst, bst;
21 static std::vector<std::array<int, 2>> locs{ { 0, 0 } };
22 static size_t current_id{ 0 };
30 locs.emplace_back(0, n);
31 std::fill_n(std::back_inserter(st), n, 0);
Definition: VecState.hpp:19
VecStates(int n)
Definition: VecState.hpp:27
VecStates()
Definition: VecState.hpp:36
Slide namespace contains all the types, classes, and functions for the simulation framework.
Definition: Cell.hpp:27