Added the PrintCommonForZeroUnit format flag

Print “COMMON” instead of “UNIT 0” logic (Comanche Peak)
This commit is contained in:
2014-05-16 18:23:59 +00:00
parent 19af9a0812
commit 5f9331b1b8
5 changed files with 29 additions and 2 deletions

View File

@@ -753,6 +753,15 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _SpecialCaseWestinghouse, "@SpecialCaseWestinghouse");
}
}
// Put in for Comanche Peak to print "COMMON" for the unit number instead of "Unit 0"
private LazyLoad<bool> _PrintCommonForZeroUnit;
public bool PrintCommonForZeroUnit
{
get
{
return LazyLoad(ref _PrintCommonForZeroUnit, "@PrintCommonForZeroUnit");
}
}
}
#endregion
#region VersionIdText