From 6a9f3071f3a7d5b2e5f488eb624f16600dae34aa Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Thu, 23 Jun 2022 09:56:03 +0100 Subject: [PATCH] Missed \cdot reference on equation --- cara/docs/full_diameter_dependence.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cara/docs/full_diameter_dependence.rst b/cara/docs/full_diameter_dependence.rst index 413192cc..b2c32cfc 100644 --- a/cara/docs/full_diameter_dependence.rst +++ b/cara/docs/full_diameter_dependence.rst @@ -207,7 +207,7 @@ To perform the integral, we calculate the average since it is a good approximati Then, we add the contribution to the result of the diameter-independent vectorized properties, which are the **dilution factor**, **viral load**, **fraction of infectious virus** and **breathing rate**: -`vD = integral_over_diameters . exhalation_rate . inhalation_rate / dilution` :math:`\cdot f_{\mathrm{inf}} \cdot \mathrm{vl_{in}} \cdot (1 - η_{\mathrm{in}})` . +`vD = integral_over_diameters \cdot exhalation_rate \cdot inhalation_rate / dilution` :math:`\cdot f_{\mathrm{inf}} \cdot \mathrm{vl_{in}} \cdot (1 - η_{\mathrm{in}})` . Note that the multiplication over the `exhalation_rate` is done at each `short-range` interaction since the `Activity` type may be different for different interactions.