Added the PrintCommonForZeroUnit format flag
Print “COMMON” instead of “UNIT 0” logic (Comanche Peak)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user