Skip to content

Commit

Permalink
Delete unnecessary import AixLib commands #1223
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraMaier committed Nov 14, 2022
1 parent 7b39720 commit 958a197
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion AixLib/Fluid/Storage/Examples/StorageBoiler.mo
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
within AixLib.Fluid.Storage.Examples;
model StorageBoiler
extends Modelica.Icons.Example;
import AixLib;

replaceable package Medium =
Modelica.Media.Water.ConstantPropertyLiquidWater
Expand Down
1 change: 0 additions & 1 deletion AixLib/Fluid/Storage/Examples/StorageDetailedExample.mo
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ within AixLib.Fluid.Storage.Examples;
model StorageDetailedExample "Simple usage example for StorageDetailed"

extends Modelica.Icons.Example;
import AixLib;
replaceable package Medium =
Modelica.Media.Water.ConstantPropertyLiquidWater
constrainedby Modelica.Media.Interfaces.PartialMedium;
Expand Down
1 change: 0 additions & 1 deletion AixLib/Fluid/Storage/Examples/StorageSolarCollector.mo
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
within AixLib.Fluid.Storage.Examples;
model StorageSolarCollector
extends Modelica.Icons.Example;
import AixLib;

replaceable package Medium = AixLib.Media.Water;

Expand Down

0 comments on commit 958a197

Please sign in to comment.