Skip to content

Commit

Permalink
Revert protected include and &amp escape
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian.wuellhorst committed Nov 10, 2023
1 parent 00fa364 commit 3b3d5d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ partial model PartialReversibleRefrigerantMachine

// To avoid using the bus, set the section below to protected
// <!-- @include_Buildings @include_IDEAS @include_BuildingSystems
// -->
protected
// -->
RefrigerantMachineControlBus sigBus
"Bus with model outputs and possibly inputs" annotation (Placement(transformation(
extent={{-120,-60},{-90,-26}}), iconTransformation(extent={{-108,-52},
Expand All @@ -363,8 +363,8 @@ protected
use_intSafCtr));

// <!-- @include_AixLib
// -->
protected
// -->
parameter Real scaFac "Scaling factor";
parameter MediumCon.ThermodynamicState staCon_nominal=MediumCon.setState_pTX(
T=MediumCon.T_default, p=MediumCon.p_default, X=MediumCon.X_default)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ record WAMAK_WaterToWater_220kW "220 kW water to water with R513A"
<h4>References</h4>
<p>
WAMAK, Produktblatt ver. 2023/24.
<a href=\"https://products.wamak.eu/combine.php?&coverpg&descriptmrktadv&lang=de-DE&code_id=WAHDR2XE\">
https://products.wamak.eu</a>.
<a href=\"https://products.wamak.eu/combine.php?&ampcoverpg&ampdescriptmrktadv&amplang=de-DE&ampcode_id=WAHDR2XE\">
https://products.wamak.eu/combine.php?&ampcoverpg&ampdescriptmrktadv&amplang=de-DE&ampcode_id=WAHDR2XE</a>.
</p>
</html>", revisions="<html>
<ul><li>
Expand Down

0 comments on commit 3b3d5d8

Please sign in to comment.