Closed lenerd closed 5 years ago
Use std::thread and std::vector. Fixed memory leaks.
std::thread
std::vector
There are still multiple(?) out-of-bound reads in connection with the variable ver_inter_ctr in phasing_circuit.cpp.
ver_inter_ctr
phasing_circuit.cpp
Use
std::thread
andstd::vector
. Fixed memory leaks.There are still multiple(?) out-of-bound reads in connection with the variable
ver_inter_ctr
inphasing_circuit.cpp
.