tests for galtuer

This commit is contained in:
Gerhard Hoffmann 2024-07-13 13:57:32 +02:00
parent 6b88213644
commit 861a405ec0

View File

@ -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);