From 6ed1282b27c9d923972996c8d06f8fe3fa41009d Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Tue, 11 Oct 2022 12:07:23 +0200 Subject: [PATCH] Fixed typo in documentation --- caimira/docs/full_diameter_dependence.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caimira/docs/full_diameter_dependence.rst b/caimira/docs/full_diameter_dependence.rst index 09461003..542c659d 100644 --- a/caimira/docs/full_diameter_dependence.rst +++ b/caimira/docs/full_diameter_dependence.rst @@ -144,7 +144,7 @@ The initial concentration of virions at the mouth/nose, :math:`C_{0, \mathrm{SR} :math:`C_{0, \mathrm{SR}}(D) = N_p(D) \cdot V_p(D) \cdot \mathrm{vl_{in}} \cdot 10^{-6}`, given by :meth:`caimira.models.Expiration.jet_origin_concentration`. It computes the same quantity as :meth:`caimira.models.Expiration.aerosols`, except for the mask inclusion. As previously mentioned, it is normalized by the **viral load**, which is a diameter-independent property. -Note, the :math:`10^{-6}` factor corresponds to the conversion from :math:`\mathrm{μm}^{3} \cdot \mathrm{cm}^{-3}` to :math:`\mathrm{mL} \cdot m^{3}`. +Note, the :math:`10^{-6}` factor corresponds to the conversion from :math:`\mathrm{μm}^{3} \cdot \mathrm{cm}^{-3}` to :math:`\mathrm{mL} \cdot m^{-3}`. Note that similarly to the `long-range` approach, the MC integral over the diameters is not calculated at this stage.