From 94b6ed7d9c591ae2df0957a25e73bd2e5c69f6e1 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Tue, 4 Jan 2022 17:42:30 +0100 Subject: Added option for spiking the interaction tensor to study minima below the threshold. --- mixedStokes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mixedStokes.cpp') diff --git a/mixedStokes.cpp b/mixedStokes.cpp index a437ff3..6a48f42 100644 --- a/mixedStokes.cpp +++ b/mixedStokes.cpp @@ -45,7 +45,7 @@ int main(int argc, char* argv[]) { for (unsigned i = 0; i < n; i++) { auto tag = std::chrono::high_resolution_clock::now(); - collectStokesData<2, 4>(std::to_string(tag.time_since_epoch().count()), N, r.engine(), ε, δz₀, useMinima, 1.0, 0.01); + collectStokesData<2, 4>(std::to_string(tag.time_since_epoch().count()), N, r.engine(), ε, δz₀, useMinima, false, 1.0, 0.01); } return 0; -- cgit v1.2.3-54-g00ecf