summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-11-20 16:41:13 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-11-20 16:41:13 -0500
commit98ff33df789f5208f22ec1ac87c314d925944526 (patch)
tree04351b219b3ba4ae8cfe88e1dcd9fe3ddae104ad
parentd350b4f3424572a63d734afc8fa5f53983e2e714 (diff)
downloadfuse_networks-98ff33df789f5208f22ec1ac87c314d925944526.tar.gz
fuse_networks-98ff33df789f5208f22ec1ac87c314d925944526.tar.bz2
fuse_networks-98ff33df789f5208f22ec1ac87c314d925944526.zip
more work on measurements
-rw-r--r--src/measurements.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/measurements.hpp b/src/measurements.hpp
index 18b2e8e..efbf66f 100644
--- a/src/measurements.hpp
+++ b/src/measurements.hpp
@@ -47,6 +47,7 @@ class ma : public hooks {
uint64_t Na;
uint64_t NA;
uint64_t Nq;
+ uint64_t Nd;
// measurement storage
std::vector<uint64_t> sc;
@@ -71,6 +72,7 @@ class ma : public hooks {
std::vector<uint64_t> ca;
std::vector<uint64_t> cA;
std::vector<uint64_t> cq;
+ std::vector<uint64_t> cd;
std::list<std::array<double, 2>> aG;
RealField fS;