Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
skuschel committed Dec 29, 2014
1 parent f5899ef commit 97467fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postpic/analyzer/particles.py
Original file line number Diff line number Diff line change
@@ -405,7 +405,7 @@ def mass(self): # SI
mass.name = 'm'

def mass_u(self):
return self._mass2ssa('mass_u')
return self._map2ssa('mass_u')
mass_u.unit = 'u'
mass_u.name = 'm'

0 comments on commit 97467fa

Please sign in to comment.