From 3c0d2e3f6a0a61960b28fe8ce76a2d40ad30acb5 Mon Sep 17 00:00:00 2001 From: Rich Date: Tue, 4 Feb 2014 17:41:02 +0000 Subject: [PATCH] Changed WidT to 455 from 454 to make CNS and MNS output consitent. --- PROMS/fmtxml/PlantSpecific_Catawba.cs | 2 +- PROMS/fmtxml/PlantSpecific_McGuire.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PROMS/fmtxml/PlantSpecific_Catawba.cs b/PROMS/fmtxml/PlantSpecific_Catawba.cs index eb8bf74f..992d0748 100644 --- a/PROMS/fmtxml/PlantSpecific_Catawba.cs +++ b/PROMS/fmtxml/PlantSpecific_Catawba.cs @@ -28,7 +28,7 @@ namespace fmtxml fmtdata.SectData.StepSectionData.StpSectLayData.ColT = -3; // ColS="42" WidT="454" ColRTable="0,264,138" WidSTableEdit="432,221,120" WidSTablePrint="480,221,120" fmtdata.SectData.StepSectionData.StpSectLayData.ColS = 42; - fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 454; + fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 455; fmtdata.SectData.StepSectionData.StpSectLayData.ColRTable = "0,264,138"; fmtdata.SectData.StepSectionData.StpSectLayData.WidSTableEdit = "432,221,120"; fmtdata.SectData.StepSectionData.StpSectLayData.WidSTablePrint = "480,221,120"; diff --git a/PROMS/fmtxml/PlantSpecific_McGuire.cs b/PROMS/fmtxml/PlantSpecific_McGuire.cs index 8714b916..0c6bb261 100644 --- a/PROMS/fmtxml/PlantSpecific_McGuire.cs +++ b/PROMS/fmtxml/PlantSpecific_McGuire.cs @@ -16,7 +16,7 @@ namespace fmtxml fmtdata.SectData.StepSectionData.StpSectLayData.ColT = -3; // ColS="42" WidT="454" ColRTable="0,264,138" WidSTableEdit="432,221,120" WidSTablePrint="480,221,120" fmtdata.SectData.StepSectionData.StpSectLayData.ColS = 42; - fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 454; + fmtdata.SectData.StepSectionData.StpSectLayData.WidT = 455; fmtdata.SectData.StepSectionData.StpSectLayData.ColRTable = "0,264,138"; fmtdata.SectData.StepSectionData.StpSectLayData.WidSTableEdit = "432,221,120"; fmtdata.SectData.StepSectionData.StpSectLayData.WidSTablePrint = "480,221,120";