summaryrefslogtreecommitdiff
path: root/src/measurements.hpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2019-06-29 23:54:37 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2019-06-29 23:54:37 -0400
commit492419f0ae1b32c1d4bc60997ca8eb7daba22182 (patch)
tree9b6d60d10cf7f3ae22cbb8cf2f4d233b71eff501 /src/measurements.hpp
parent948f90b6493da83d10e18f30b0fbb8e937e29c0b (diff)
downloadfuse_networks-492419f0ae1b32c1d4bc60997ca8eb7daba22182.tar.gz
fuse_networks-492419f0ae1b32c1d4bc60997ca8eb7daba22182.tar.bz2
fuse_networks-492419f0ae1b32c1d4bc60997ca8eb7daba22182.zip
more fixes, and updating the interface
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 274a550..c211974 100644
--- a/src/measurements.hpp
+++ b/src/measurements.hpp
@@ -44,8 +44,8 @@ class ma : public hooks {
std::list<unsigned> last_avalanche;
std::string model_string;
- ma(unsigned Lx, unsigned Ly, double beta);
- ma(unsigned n, double a, double beta);
+ ma(unsigned Lx, unsigned Ly, double beta, double w, bool o);
+ ma(unsigned n, double a, double beta, double w, bool o);
~ma();
void pre_fracture(const network &) override;