Skip to content

Commit 31e5a71

Browse files
committed
Added default 0 value for b_collapse_equal_mixture
1 parent d171498 commit 31e5a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelParameters.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class ModelParameters : public SimulationParameters
8080

8181
operator[]("custom_observables") = "";
8282
operator[]("collapse") = "";
83-
operator[]("b_collapse_equal_mixture") = "";
83+
operator[]("b_collapse_equal_mixture") = "0";
8484
}
8585
};
8686

0 commit comments

Comments
 (0)