summaryrefslogtreecommitdiff
path: root/src/measurements.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-12-06 11:42:26 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-12-06 11:42:26 -0500
commit869df8ab1856fa36eaca09c15582c2fb1335a64c (patch)
tree7a29c1f98c96e8c461e43be10052158cb9699c64 /src/measurements.hpp
parent4f4cf365eae07e04298459bf8f9e27ad0cfcc834 (diff)
downloadfuse_networks-869df8ab1856fa36eaca09c15582c2fb1335a64c.tar.gz
fuse_networks-869df8ab1856fa36eaca09c15582c2fb1335a64c.tar.bz2
fuse_networks-869df8ab1856fa36eaca09c15582c2fb1335a64c.zip
now write fracture data to bondfile, and avalanche statistics now computed using long doubles
Diffstat (limited to 'src/measurements.hpp')
-rw-r--r--src/measurements.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/measurements.hpp b/src/measurements.hpp
index 703dccd..2bc5bae 100644
--- a/src/measurements.hpp
+++ b/src/measurements.hpp
@@ -62,8 +62,10 @@ class ma : public hooks {
uint64_t Nc;
uint64_t Na;
+ std::ofstream bondfile;
+
public:
- double lv;
+ long double lv;
std::list<std::list<unsigned int>> avalanches;