diff --git a/openmc/deplete/abc.py b/openmc/deplete/abc.py index 31479f9952..ddc48bc4de 100644 --- a/openmc/deplete/abc.py +++ b/openmc/deplete/abc.py @@ -190,7 +190,7 @@ class TransportOperator(ABC): Returns ------- - volume : list of float + volume : dict of str to float Volumes corresponding to materials in burn_list nuc_list : list of str A list of all nuclide names. Used for sorting the simulation.