Skip to content

Commit

Permalink
add description string
Browse files Browse the repository at this point in the history
and replace tab with spaces
  • Loading branch information
thorade committed Sep 27, 2022
1 parent 1b0d450 commit a53b03f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modelica/Media/Air/MoistAir.mo
Expand Up @@ -1429,7 +1429,7 @@ Specific entropy of moist air is computed from pressure, temperature and composi
input Real deltax=1 "Region around x with spline interpolation";
output Real out;
protected
constant Real lim = 0.9999999999;
constant Real lim = 0.9999999999 "Limit in criterion for smoothing range";
Real scaledX1 "x scaled to -1 ... 1 interval";
Real scaledXp "x scaled to -pi/2 ... pi/2 interval";
Real scaledXt "x scaled to -inf ... inf interval";
Expand Down Expand Up @@ -1462,7 +1462,7 @@ Specific entropy of moist air is computed from pressure, temperature and composi
input Real ddeltax=0;
output Real out;
protected
constant Real lim = 0.9999999999;
constant Real lim = 0.9999999999 "Limit in criterion for smoothing range";
Real scaledX1 "x scaled to -1 ... 1 interval";
Real scaledXp "x scaled to -pi/2 ... pi/2 interval";
Real scaledXt "x scaled to -inf ... inf interval";
Expand Down

0 comments on commit a53b03f

Please sign in to comment.