mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Fix minor error
This commit is contained in:
parent
5760023d82
commit
c4b39cdb6c
1 changed files with 1 additions and 1 deletions
|
|
@ -594,7 +594,7 @@ class Settings:
|
|||
surf_id, 0)
|
||||
elif key == 'max_surf_banks':
|
||||
cv.check_type('maximum particle banks on surfaces per process',
|
||||
value, Iterable, Integral)
|
||||
value, Integral)
|
||||
cv.check_greater_than('maximum particle banks on surfaces per process',
|
||||
value, 0)
|
||||
self._surf_src_write = surf_src_write
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue