aboutsummaryrefslogtreecommitdiffstats
path: root/storm-non-exact.patch
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-03-25 00:51:20 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-03-25 00:51:20 +0100
commita27fbebd4d022a4239f9479badf45cba0cfd8144 (patch)
treeb44c1bad608018793c8321dbfd32ad532cb53732 /storm-non-exact.patch
downloaddftcalc-storm-a27fbebd4d022a4239f9479badf45cba0cfd8144.tar.gz
dftcalc-storm-a27fbebd4d022a4239f9479badf45cba0cfd8144.tar.zst
dftcalc-storm-a27fbebd4d022a4239f9479badf45cba0cfd8144.zip
Initial commit
Diffstat (limited to 'storm-non-exact.patch')
-rw-r--r--storm-non-exact.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/storm-non-exact.patch b/storm-non-exact.patch
new file mode 100644
index 0000000..09ca080
--- /dev/null
+++ b/storm-non-exact.patch
@@ -0,0 +1,13 @@
1diff --git a/dftcalc/dftcalc.cpp b/dftcalc/dftcalc.cpp
2index df84616..b4e748d 100644
3--- a/dftcalc/dftcalc.cpp
4+++ b/dftcalc/dftcalc.cpp
5@@ -867,8 +867,6 @@ int DFT::DFTCalc::calculateDFT(const bool reuse,
6 }
7
8 StormRunner *sr = new StormRunner(messageFormatter, &exec, stormExec, jani);
9- if (useConverter == DFTRES)
10- sr->runExact = 1;
11 checker = std::unique_ptr<Checker>(sr);
12 break;
13 }