Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptiste Mouginot committed Jul 24, 2024
1 parent 3d3320a commit 93c72d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openmc/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ def differentiate_depletable_mats(self, diff_volume_method: str):
def differentiate_mats(self,
diff_volume_method: str,
depletable_only: bool = True):
"""Assign distribmats for each depletable material
"""Assign distribmats for each material
.. versionadded:: 0.14.0
Expand All @@ -1042,6 +1042,8 @@ def differentiate_mats(self,
Default is to 'divide equally' which divides the original material
volume equally between the new materials, 'match cell' sets the
volume of the material to volume of the cell they fill.
depletable_ony : bool
Differentiate depletable materials only.
"""

# Check if there is some DAGMC universe
Expand Down

0 comments on commit 93c72d9

Please sign in to comment.