Skip to content

Commit

Permalink
functions/update: updated update_seed
Browse files Browse the repository at this point in the history
  • Loading branch information
BitterB0NG0 committed Dec 19, 2024
1 parent c19f193 commit 5f0897e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymcnp/functions/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def update_nps(inpt, npp: int):
append.append_data(inpt, files.inp.data.Nps.from_mcnp(f'nps {npp}'))


def update_seed(inpt, seed: int = None):
def update_seed(inpt, seed: int):
"""
Updates the ``seed`` key-value pair on the ``rand`` card.
Expand Down

0 comments on commit 5f0897e

Please sign in to comment.