mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Describe skipC argument in get_cont_record
This commit is contained in:
parent
5555cfd1aa
commit
a7d8a49e07
1 changed files with 3 additions and 0 deletions
|
|
@ -104,6 +104,9 @@ def get_cont_record(file_obj, skipC=False):
|
|||
----------
|
||||
file_obj : file-like object
|
||||
ENDF-6 file to read from
|
||||
skipC : bool
|
||||
Determine whether to skip the first two quantities (C1, C2) of the CONT
|
||||
record.
|
||||
|
||||
Returns
|
||||
-------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue