Make main.c compile again
This commit is contained in:
parent
3097819c01
commit
88a0b6ebe2
@ -31,6 +31,7 @@ extern "C" char* strptime(const char* s,
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
#include "calculator_functions.h"
|
||||
#include <calculate_price.h>
|
||||
|
||||
|
||||
int main() {
|
||||
@ -87,7 +88,7 @@ int main() {
|
||||
}
|
||||
|
||||
// Daily ticket
|
||||
compute_duration_for_daily_ticket(tariff,start.toString(Qt::ISODate),3);
|
||||
//compute_duration_for_daily_ticket(tariff,start.toString(Qt::ISODate),3);
|
||||
|
||||
//Configuration* cfg, QString start_datetime, uint8_t payment_option, bool carry_over
|
||||
// // tests
|
||||
|
Loading…
Reference in New Issue
Block a user