aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPjotr Prins2017-11-10 09:43:05 +0000
committerPjotr Prins2017-11-10 09:43:05 +0000
commitcb0fc6eff915c1ff520523fbcce031fa886a1152 (patch)
tree06ee89cc68df1042b00b6e01ae88ea7035e8193d /src
parentdbce439e7196ab6882634b270f2675b3ebcb33cd (diff)
downloadpangemma-cb0fc6eff915c1ff520523fbcce031fa886a1152.tar.gz
Tests: added more bslmm tests
Diffstat (limited to 'src')
-rw-r--r--src/param.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/param.cpp b/src/param.cpp
index 1610615..1ead475 100644
--- a/src/param.cpp
+++ b/src/param.cpp
@@ -911,6 +911,7 @@ void PARAM::CheckParam(void) {
enforce_fexists(file_mk, "open file");
enforce_fexists(file_cvt, "open file");
enforce_fexists(file_gxe, "open file");
+ enforce_fexists(file_log, "open file");
enforce_fexists(file_weight, "open file");
enforce_fexists(file_epm, "open file");
enforce_fexists(file_ebv, "open file");