cm^3 instead of cm3

This commit is contained in:
Jonathan Shimwell 2023-02-23 21:16:52 +00:00 committed by GitHub
parent 0d4227fa1f
commit 7becabcde4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')