mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
cm^3 instead of cm3
This commit is contained in:
parent
0d4227fa1f
commit
7becabcde4
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ class Material(IDManagerMixin):
|
|||
string += f' [{self._density_units}]\n'
|
||||
|
||||
string += '{: <16}=\t{}'.format('\tVolume', self._volume)
|
||||
string += ' [cm3]\n'
|
||||
string += ' [cm^3]\n'
|
||||
|
||||
string += '{: <16}\n'.format('\tS(a,b) Tables')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue