summaryrefslogtreecommitdiff
path: root/src/measurements.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-02-01 15:18:04 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-02-01 15:18:04 -0500
commit89260616ae1efd71869818eecd41aafbe01f6713 (patch)
tree5fc2f9d44656b0b30f3c680612e5496d6ffcd2d9 /src/measurements.hpp
parente3b663588a30ec4f05afe50c260982bd44a1bb2b (diff)
downloadfuse_networks-89260616ae1efd71869818eecd41aafbe01f6713.tar.gz
fuse_networks-89260616ae1efd71869818eecd41aafbe01f6713.tar.bz2
fuse_networks-89260616ae1efd71869818eecd41aafbe01f6713.zip
added field for crack backbone/damage correlations
Diffstat (limited to 'src/measurements.hpp')
-rw-r--r--src/measurements.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/measurements.hpp b/src/measurements.hpp
index ba52720..a8251dd 100644
--- a/src/measurements.hpp
+++ b/src/measurements.hpp
@@ -48,6 +48,8 @@ class ma : public hooks {
std::vector<std::vector<uint64_t>> Cdd; // damage-damage distribution
std::vector<std::vector<uint64_t>> Cll; // damage-damage distribution
std::vector<std::vector<uint64_t>> Cee; // damage-damage distribution
+ std::vector<std::vector<uint64_t>> CDD; // damage-damage distribution
+ std::vector<std::vector<uint64_t>> CsD; // damage-damage distribution
uint64_t Nc;
uint64_t NC;
uint64_t Na;