Describe skipC argument in get_cont_record

This commit is contained in:
Paul Romano 2016-10-04 23:08:34 -05:00
parent 5555cfd1aa
commit a7d8a49e07

View file

@ -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
-------