summaryrefslogtreecommitdiffstats
path: root/src/ParserConfigfile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ParserConfigfile.cpp')
-rw-r--r--src/ParserConfigfile.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ParserConfigfile.cpp b/src/ParserConfigfile.cpp
index d699ed0..f781b78 100644
--- a/src/ParserConfigfile.cpp
+++ b/src/ParserConfigfile.cpp
@@ -204,10 +204,6 @@ void parse_configfile(string configuration_file,
}
ensemble->lto = abs(rint(lto_hours * 2));
- if (lto_hours < 0.0) { // ensemble->lto is 1-bit complement
- ensemble->lto |= (1<<5); // sign bit
- }
-
int success = -5;
string ensemble_label = pt_ensemble.get<string>("label");
string ensemble_short_label(ensemble_label);