change ventilation type
This commit is contained in:
parent
53ffd6eba3
commit
e16c11baef
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ class MCInfectedPopulation(MCPopulation):
|
|||
@dataclass(frozen=True)
|
||||
class MCConcentrationModel:
|
||||
room: models.Room
|
||||
ventilation: models.Ventilation
|
||||
ventilation: models._VentilationBase
|
||||
infected: MCInfectedPopulation
|
||||
|
||||
@property
|
||||
|
|
|
|||
Loading…
Reference in a new issue