46 #ifdef CHECK_MEMORY_LEAKS
48 #endif // CHECK_MEMORY_LEAKS
56 bool emptyDestinationsAllowed,
bool withTaz,
57 const std::string& fileName)
59 myEmptyDestinationsAllowed(emptyDestinationsAllowed),
60 myWithTaz(withTaz), myCurrentVehicleType(0),
61 myParameter(0), myHaveWarnedAboutDeprecatedTripDef(false) {}
95 WRITE_ERROR(
"The departure time must be positive.");
124 const std::string& purpose,
137 if (e == 0 && !emptyAllowed) {
138 WRITE_ERROR(
"The edge '" +
id +
"' is not known.\n Vehicle id='" + vid +
"'.");
149 if (myCurrentDepart < myBegin || myCurrentDepart >=
myEnd) {