Closed jmoeckel closed 9 years ago
@jmoeckel: I agree in principal with the content of the pull request, but there are some version conflicts (the pull request cannot be automatically merged). Please can you solve these conflicts and do the pull request again afterwards ?
@nytschgeusen: Merge conflicts have been solved. Branch can now be merged automatically.
Partly.
The other reason has been, that type WaterVapourEnthalpie = SpecificEnergy;
leads to Class not found
errors.
Corrected this one to type WaterVapourEnthalpie = Modelica.SIunits.SpecificEnergy;
Should be fixed with #16
This should fix #1
Several variables declared as
Real
have been redaclered with a physical type. Some new types inBuildingSystems.Types
have been defined.