changed “Rochester Gas and Electric” to “CEG” in Ginna’s Deviation Format title.
This commit is contained in:
parent
11fe928774
commit
732fadab95
@ -30,6 +30,9 @@ namespace fmtxml
|
||||
case "RGEBCK.X00":
|
||||
AddRGEBCKX00(ref fmtdata);
|
||||
break;
|
||||
case "RGEDEV.FMT":
|
||||
AddRGEDEVFmt(ref fmtdata);
|
||||
break;
|
||||
case "WCN2.FMT":
|
||||
AddWCN2Fmt(ref fmtdata);
|
||||
break;
|
||||
@ -124,6 +127,11 @@ namespace fmtxml
|
||||
fmtdata.StepData[9].TabData.RNOIdentEdit="* ";
|
||||
fmtdata.StepData[9].TabData.RNOIdent = "* ";
|
||||
}
|
||||
private void AddRGEDEVFmt(ref FormatData fmtdata)
|
||||
{
|
||||
// RGE is now call GEG
|
||||
fmtdata.Name = "CGE Ginna Deviation Format";
|
||||
}
|
||||
private void AddRGEBCKFmt(ref FormatData fmtdata)
|
||||
{
|
||||
// RGE is now call GEG
|
||||
|
Loading…
x
Reference in New Issue
Block a user