From cacf279fc8aa667776b8a31f97bd2562d5267b29 Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Thu, 25 Aug 2022 15:13:24 +0100 Subject: [PATCH] moved parameters below 0.13.1 directive --- openmc/material.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openmc/material.py b/openmc/material.py index f4c9787981..d9d4f241d3 100644 --- a/openmc/material.py +++ b/openmc/material.py @@ -829,16 +829,16 @@ class Material(IDManagerMixin): """Returns one or all nuclides in the material and their atomic densities in units of atom/b-cm + .. versionchanged:: 0.13.1 + The values in the dictionary were changed from a tuple containing + the nuclide name and the density to just the density. + Parameters ---------- nuclides : str, optional Nuclide for which atom density is desired. If not specified, the atom density for each nuclide in the material is given. - .. versionchanged:: 0.13.1 - The values in the dictionary were changed from a tuple containing - the nuclide name and the density to just the density. - Returns ------- nuclides : dict