From 861a405ec07f0480a906869d80823d2a68dec79a Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Sat, 13 Jul 2024 13:57:32 +0200 Subject: [PATCH] tests for galtuer --- main/main.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/main/main.cpp b/main/main.cpp index 03354ee..162f153 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -2755,7 +2755,7 @@ int main() { #endif #if NEUHAUSER_BILEXA_GALTUER==1 - std::ifstream input("/opt/ptu5/opt/customer_745/etc/psa_tariff/tariff01.json"); + std::ifstream input("/home/linux/customer_745/etc/psa_tariff/tariff01.json"); std::stringstream sstr; while(input >> sstr.rdbuf()); @@ -2781,9 +2781,6 @@ int main() { int nextStep = compute_next_timestep(&cfg, minParkTime + 1, 1); qCritical() << "nextStep" << nextStep; - - return 0; - QDateTime const start = QDateTime::currentDateTime(); int paymentOptionIndex = cfg.getPaymentOptionIndex(start);