Skip to content

Commit

Permalink
fixed typo in IDEAS/BoundaryConditions/Interfaces/PartialSimInfoManag…
Browse files Browse the repository at this point in the history
…er.mo for #1066
  • Loading branch information
Mathadon committed Jun 3, 2021
1 parent f4c255b commit ba10b54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ initial equation
if not linearise and computeConservationOfEnergy then
Etot = 0;
end if;
assert(not computeConservationOfEnergy or interzonalAirFlowType == IDEAS.BoundaryConditions.Types.InterZonalAirFlow.None,
assert(not computeConservationOfEnergy or interZonalAirFlowType == IDEAS.BoundaryConditions.Types.InterZonalAirFlow.None,
"Conservation of energy check only not supported interzonalAirFlowType==None.");
equation
volumePort.V_tot + volumePort.V = 0;
Expand Down

0 comments on commit ba10b54

Please sign in to comment.