fixed type in Ginna’s format titles

This commit is contained in:
John Jenko 2013-05-14 13:17:26 +00:00
parent 26ce21ccb9
commit 20f6d42116

View File

@ -94,7 +94,7 @@ namespace fmtxml
}
private void AddRGEFmt(ref FormatData fmtdata)
{
// RGE is now call GEG
// RGE is now call CEG
fmtdata.Name = "CEG Ginna EOP/AOP Format";
RGEcommonAdjustments(ref fmtdata);
}
@ -129,18 +129,18 @@ namespace fmtxml
}
private void AddRGEDEVFmt(ref FormatData fmtdata)
{
// RGE is now call GEG
fmtdata.Name = "CGE Ginna Deviation Format";
// RGE is now call CEG
fmtdata.Name = "CEG Ginna Deviation Format";
}
private void AddRGEBCKFmt(ref FormatData fmtdata)
{
// RGE is now call GEG
fmtdata.Name = "CGE Ginna Background Format";
// RGE is now call CEG
fmtdata.Name = "CEG Ginna Background Format";
}
private void AddRGEBCKX00(ref FormatData fmtdata)
{
// RGE is now call GEG
fmtdata.Name = "CGE Ginna Background Subformat";
// RGE is now call CEG
fmtdata.Name = "CEG Ginna Background Subformat";
}
private void AddWCN2Fmt(ref FormatData fmtdata)
{