diff --git a/main/main.cpp b/main/main.cpp index b9d3c07..bfb08fb 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -34,10 +34,10 @@ extern "C" char* strptime(const char* s, #include #define SZEGED (0) -#define SCHOENAU_KOENIGSEE (1) +#define SCHOENAU_KOENIGSEE (0) #define NEUHAUSER_KORNEUBURG (0) #define NEUHAUSER_LINSINGER_MASCHINENBAU (0) -#define NEUHAUSER_NORDISCHES_AUSBILDUNGSZENTRUM (0) +#define NEUHAUSER_NORDISCHES_AUSBILDUNGSZENTRUM (1) #define NEUHAUSER_BILEXA_GALTUER (0) @@ -121,7 +121,7 @@ int main() { #endif #if NEUHAUSER_NORDISCHES_AUSBILDUNGSZENTRUM==1 - std::ifstream input("/tmp/tariff_naz.json"); + std::ifstream input("/opt/ptu5/opt/customer_744/etc/psa_tariff/tariff01.json"); std::stringstream sstr; while(input >> sstr.rdbuf()); @@ -133,8 +133,6 @@ int main() { cout << endl; if (isParsed) { - // Calculator calculator; - } #endif