Skip to content

Commit 3c5a2ec

Browse files
committed
add THREADS to SimSetting enum
1 parent 2adbba1 commit 3c5a2ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

swmm-toolkit/src/swmm/toolkit/shared_enum.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ class SimSetting(Enum):
403403
HEAD_TOLERANCE = 11
404404
SYSTEM_FLOW_TOLERANCE = 12
405405
LATERAL_FLOW_TOLERANCE = 13
406+
THREADS = 14
406407

407408

408409
class NodeProperty(Enum):

0 commit comments

Comments
 (0)