Skip to content
Snippets Groups Projects
Commit d99e69ed authored by MARSOLLIER Felix's avatar MARSOLLIER Felix
Browse files

Modification from relative to full path in the call of the function

parent fec93c01
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,6 @@ model test_saturationDensity
Modelica.SIunits.Density d_sat;
Modelica.SIunits.Density d_sat_IF97;
equation
d_sat = saturationDensity(T);
d_sat = TAeZoSysPro.Media.Air.MoistAir.saturationDensity(T);
d_sat_IF97 = Modelica.Media.Water.IF97_Utilities.BaseIF97.Regions.rhov_T(T);
end test_saturationDensity;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment