F2023-112 Format Flag foruse of width override
This commit is contained in:
@@ -3190,6 +3190,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _WolfcreekCKLBackgndFormat, "@WolfcreekCKLBackgndFormat");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _Vogtle3and4BackgroundFormat;
|
||||
public bool Vogtle3and4BackgroundFormat
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _Vogtle3and4BackgroundFormat, "@Vogtle3and4BackgroundFormat");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _FortranFormatNumbers;
|
||||
public bool FortranFormatNumbers
|
||||
{
|
||||
|
Reference in New Issue
Block a user