Skip to content

Commit dad593e

Browse files
committed
Fix references after revert of folder structure.
1 parent 8f18146 commit dad593e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

OpenIPSL/Tests/Sources/SourcesWithRealInputs/CurrentSourceReImInputConstant.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ model CurrentSourceReImInputConstant
66
annotation (Placement(transformation(extent={{-96,14},{-84,26}})));
77
Modelica.Blocks.Sources.Constant vIm(k=0)
88
annotation (Placement(transformation(extent={{-96,-26},{-84,-14}})));
9-
Electrical.Sources.SourcesWithRealInputs.CurrentSourceReImInput iSource
9+
Electrical.Sources.CurrentSourceReImInput iSource
1010
annotation (Placement(transformation(extent={{-60,-10},{-40,10}})));
1111
equation
1212
connect(iSource.p, GEN1.p)

OpenIPSL/Tests/Sources/SourcesWithRealInputs/VoltageSourceReImInputConstant.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ model VoltageSourceReImInputConstant
88
replaceable
99
Modelica.Blocks.Sources.Constant vIm(k=0) constrainedby Modelica.Blocks.Interfaces.SO
1010
annotation (Placement(transformation(extent={{-96,-26},{-84,-14}})));
11-
Electrical.Sources.SourcesWithRealInputs.VoltageSourceReImInput vSource
11+
Electrical.Sources.VoltageSourceReImInput vSource
1212
annotation (Placement(transformation(extent={{-60,-10},{-40,10}})));
1313
equation
1414
connect(vSource.p, GEN1.p)

0 commit comments

Comments
 (0)