summaryrefslogtreecommitdiff
path: root/mixedStokes.cpp
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2022-01-04 17:42:30 +0100
committerJaron Kent-Dobias <jaron@kent-dobias.com>2022-01-04 17:42:30 +0100
commit94b6ed7d9c591ae2df0957a25e73bd2e5c69f6e1 (patch)
treedda5b4b9f7a8a08896260315f4f5bda1889ececc /mixedStokes.cpp
parent874770326dc2063b56b0058f2f86ff47eccc6406 (diff)
downloadcode-94b6ed7d9c591ae2df0957a25e73bd2e5c69f6e1.tar.gz
code-94b6ed7d9c591ae2df0957a25e73bd2e5c69f6e1.tar.bz2
code-94b6ed7d9c591ae2df0957a25e73bd2e5c69f6e1.zip
Added option for spiking the interaction tensor to study minima below the threshold.
Diffstat (limited to 'mixedStokes.cpp')
-rw-r--r--mixedStokes.cpp2
1 files changed, 1 insertions, 1 deletions
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;