From 144aa3a2e39221e7829a1d0ca1e9c42c245a9e7b Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 7 Aug 2019 11:32:20 -0500 Subject: [PATCH] Document purpose for ranges in Results.distribute --- openmc/deplete/results.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openmc/deplete/results.py b/openmc/deplete/results.py index 59a25d716c..19911ba7f6 100644 --- a/openmc/deplete/results.py +++ b/openmc/deplete/results.py @@ -161,6 +161,9 @@ class Results(object): local_materials : iterable of str Materials for this process ranges : iterable of int + Slice-like object indicating indicies of ``local_materials`` + in the material dimension of :attr:`data` and each element + in :attr:`rates` Returns -------