summarylogtreecommitdiffstats
path: root/sem.patch
diff options
context:
space:
mode:
authorStephen Martin2018-01-14 22:49:30 -0600
committerStephen Martin2018-01-14 22:49:30 -0600
commit5b73fd7cee011bff250f446147952e94ac36ba40 (patch)
tree61971ea1f82bdcefa4bdd67703cc0e9a2b214be3 /sem.patch
parent1910b568e166466b1664f51ff68956251faaa442 (diff)
downloadaur-5b73fd7cee011bff250f446147952e94ac36ba40.tar.gz
Added SEM
Diffstat (limited to 'sem.patch')
-rw-r--r--sem.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/sem.patch b/sem.patch
new file mode 100644
index 000000000000..e5432e72995b
--- /dev/null
+++ b/sem.patch
@@ -0,0 +1,14 @@
+diff --git a/JASP-Desktop/module.cpp b/JASP-Desktop/module.cpp
+index e58ab060..c96fd356 100644
+--- a/JASP-Desktop/module.cpp
++++ b/JASP-Desktop/module.cpp
+@@ -6,9 +6,7 @@ using namespace std;
+
+ map<QString, Module> Module::AllModules = {
+ {"Common", Module("Common")},
+-#ifndef __linux__
+ {"SEM", Module("SEM", 1)},
+-#endif
+ { "ReinforcementLearning", Module("ReinforcementLearning", "Reinforcement Learning", 2, false)},
+ {"SummaryStats", Module("SummaryStats", "Summary Stats", 3)},
+ {"MetaAnalysis", Module("MetaAnalysis", "Meta Analysis", 4)},