We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c093427 commit c8af250Copy full SHA for c8af250
cpp/models/abm/model.h
@@ -538,6 +538,7 @@ class Model
538
539
/**
540
* @brief Store all air/contact exposures for the current simulation step.
541
+ * This will also compute the local population cache if it is not valid, as it is required for the computation of the exposure rates.
542
* @param[in] t Current TimePoint of the simulation.
543
* @param[in] dt The duration of the simulation step.
544
*/
0 commit comments