mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
partly wrapped long line
This commit is contained in:
parent
aef22e48a7
commit
350a347cf4
1 changed files with 3 additions and 1 deletions
|
|
@ -821,7 +821,9 @@ class Settings:
|
|||
self._resonance_scattering = res
|
||||
|
||||
@volume_calculations.setter
|
||||
def volume_calculations(self, vol_calcs: Union[VolumeCalculation, typing.Iterable[VolumeCalculation]]):
|
||||
def volume_calculations(
|
||||
self, vol_calcs: Union[VolumeCalculation, typing.Iterable[VolumeCalculation]]
|
||||
):
|
||||
if not isinstance(vol_calcs, MutableSequence):
|
||||
vol_calcs = [vol_calcs]
|
||||
self._volume_calculations = cv.CheckedList(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue