Skip to content

Commit 67dfb49

Browse files
committed
fix comment
1 parent 3db2bcd commit 67dfb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/examples/abm_parameter_study.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ int main()
174174
// Set start and end time for the simulation.
175175
auto t0 = mio::abm::TimePoint(0);
176176
auto tmax = t0 + mio::abm::days(5);
177-
// auto sim = mio::abm::Simulation(t0, std::move(model));
177+
// Set the number of simulations to run in the study
178178
const size_t num_runs = 3;
179179

180180
// Create a parameter study. The ABM currently does not use parameters or dt, so we set them both to 0.

0 commit comments

Comments
 (0)