Skip to content

Commit a58d3f4

Browse files
GrufoonyCopilot
andauthored
Update src/dsf/mobility/RoadDynamics.hpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ac04f80 commit a58d3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dsf/mobility/RoadDynamics.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ namespace dsf::mobility {
359359
/// - speeds: the travel speeds of the agents
360360
/// @param filename The name of the file (default is "{datetime}_{simulation_name}_travel_data.csv")
361361
/// @param reset If true, the travel speeds are cleared after the computation
362-
void saveTravelData(std::string filename = std::string(), bool reset = true);
362+
void saveTravelData(std::string filename = std::string(), bool reset = false);
363363
/// @brief Save the main macroscopic observables in csv format
364364
/// @param filename The name of the file (default is "{datetime}_{simulation_name}_macroscopic_observables.csv")
365365
/// @param separator The separator character (default is ';')

0 commit comments

Comments
 (0)