widom does oneinsertion per default now

This commit is contained in:
Daniel Bauer
2017-02-03 10:59:05 +01:00
parent ea93de98b2
commit c471de3fe1

View File

@@ -12,7 +12,7 @@ const LJ_SIG : f64 = 1.0;
static MKSA_PLANCKS_CONSTANT_H : f64 = 1.0; static MKSA_PLANCKS_CONSTANT_H : f64 = 1.0;
static MASS : f64 = 1.0; static MASS : f64 = 1.0;
const RUN_AVG_SIZE : usize = 10; const RUN_AVG_SIZE : usize = 1;
const SHIFT : bool = true; const SHIFT : bool = true;