summaryrefslogtreecommitdiff
path: root/src/measurements.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-09-24 20:34:55 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-09-24 20:34:55 -0400
commit16f4e128ae1f1c5759c643f51c1f7e7bfa892dc4 (patch)
treed365183f1bdc56b6a88665391975005b957619e3 /src/measurements.hpp
parentd9d3b0518ce5e0a52b9a0bae55fa5d8ca5b3c515 (diff)
downloadfuse_networks-16f4e128ae1f1c5759c643f51c1f7e7bfa892dc4.tar.gz
fuse_networks-16f4e128ae1f1c5759c643f51c1f7e7bfa892dc4.tar.bz2
fuse_networks-16f4e128ae1f1c5759c643f51c1f7e7bfa892dc4.zip
fixed measurements for new paradigm
Diffstat (limited to 'src/measurements.hpp')
-rw-r--r--src/measurements.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/measurements.hpp b/src/measurements.hpp
index 879f511..64cfce6 100644
--- a/src/measurements.hpp
+++ b/src/measurements.hpp
@@ -51,8 +51,8 @@ class ma : public hooks {
std::list<unsigned> last_avalanche;
std::string model_string;
- ma(unsigned Lx, unsigned Ly, double beta, double w, bool o);
- ma(unsigned n, double a, double beta, double w, bool o);
+ ma(unsigned Lx, unsigned Ly, double beta, double w);
+ ma(unsigned n, double a, double beta, double w);
~ma();
void pre_fracture(const network &) override;