diff --git a/openmc/material.py b/openmc/material.py index a213a53fd2..a1b3367a90 100644 --- a/openmc/material.py +++ b/openmc/material.py @@ -143,6 +143,8 @@ class Material(IDManagerMixin): string += '{: <16}=\t{}'.format('\tDensity', self._density) string += f' [{self._density_units}]\n' + string += '{: <16}=\t{} [cm^3]\n'.format('\tVolume', self._volume) + string += '{: <16}\n'.format('\tS(a,b) Tables') if self._ncrystal_cfg: