Skip to content

Commit 1c45bd9

Browse files
committed
Renaming model for test purposes
Renaming Px000000.mo to PF00000.mo to evaluate the solution to the case sensitive issue.
1 parent 97d42b3 commit 1c45bd9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

OpenIPSL/Examples/Tutorial/Example_4/PFData/Px00000.mo renamed to OpenIPSL/Examples/Tutorial/Example_4/PFData/PF00000.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
within OpenIPSL.Examples.Tutorial.Example_4.PFData;
2-
record Px00000 "Record for power flow solutions - Id 00000"
2+
record PF00000 "Record for power flow solutions - Id 00000"
33
extends OpenIPSL.Examples.Tutorial.Example_4.PFData.PowerFlowTemplate;
44

55
replaceable record Bus =
@@ -30,4 +30,4 @@ replaceable record Trafo =
3030
"Power flow results for transformers";
3131
Trafo trafo;
3232

33-
end Px00000;
33+
end PF00000;

OpenIPSL/Examples/Tutorial/Example_4/PfData/package.order

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ LoadData
44
TrafoData
55
MachineData
66
BusData
7-
Px00000
7+
PF00000

0 commit comments

Comments
 (0)