Format adjustments for Prairie Island and Shearon Harris
Added call to AddPlantSpecificOverrideAfterInheritance() when processing main formats and added changes for McGuire and Catawba
This commit is contained in:
@@ -4378,6 +4378,7 @@ namespace fmtxml
|
||||
{
|
||||
//success = WriteOutXmlTmp(fmtdata, "beforeParent");
|
||||
success = CompareParentSub(BaseFormat, ref fmtdata);
|
||||
AddPlantSpecificOverrideAfterInheritance(fname, ref fmtdata);
|
||||
success = WriteOutXml(fmtdata);
|
||||
|
||||
// For each sub-format, load the entire file & compare to parent contents
|
||||
@@ -4423,6 +4424,14 @@ namespace fmtxml
|
||||
case "CPL.X03":
|
||||
OverrideCPL_X03(ref fmtdata);
|
||||
break;
|
||||
case "MCG.FMT":
|
||||
case "MCGBOX.FMT":
|
||||
AddMCGfmtOVR(ref fmtdata);
|
||||
break;
|
||||
case "CAT.FMT":
|
||||
case "CATBOX.FMT":
|
||||
AddCATfmtOVR(ref fmtdata);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user