Add hard-coded trauncate flag.
This commit is contained in:
		@@ -328,6 +328,8 @@ Calculator::ComputeDurationFromCost(Configuration *cfg,
 | 
			
		||||
    qCritical() << __func__ << ":" << __LINE__ << "nettoParktimeForCost" << nettoParktimeForCost;
 | 
			
		||||
 | 
			
		||||
    bool startDateNotOutOfService = false;
 | 
			
		||||
    bool truncate = true; // TODO
 | 
			
		||||
    // Calculator::GetInstance().setTimeLimitReached(false);
 | 
			
		||||
 | 
			
		||||
    int cnt = 0;
 | 
			
		||||
    while (++cnt < 10 && netto_parking_time_in_minutes < nettoParktimeForCost) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user