Skip to content

Commit 97d42b3

Browse files
committed
Performing temporal renaming of PF record
I am trying to force the renaming of a model after doing a git config core.ignorecase false.
1 parent cd5a52c commit 97d42b3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

OpenIPSL/Examples/Tutorial/Example_4/PfData/Pf00000.mo renamed to OpenIPSL/Examples/Tutorial/Example_4/PFData/Px00000.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 PF00000 "Record for power flow solutions - Id 00000"
2+
record Px00000 "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 PF00000;
33+
end Px00000;

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-
PF00000
7+
Px00000

0 commit comments

Comments
 (0)