Skip to content

Commit

Permalink
bugfix a typo in scalarproperties
Browse files Browse the repository at this point in the history
fix #280
  • Loading branch information
skuschel committed Jul 9, 2024
1 parent a304e73 commit 9379058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postpic/particles/scalarproperties.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def __call__(self, expr):
ScalarProperty('y', 'y', 'm'),
ScalarProperty('y * 1e6', 'y_um', r'$\mu$ m'),
ScalarProperty('z', 'z', 'm'),
ScalarProperty('y * 1e6', 'z_um', r'$\mu$ m'),
ScalarProperty('z * 1e6', 'z_um', r'$\mu$ m'),
ScalarProperty('px', 'px', 'kg*m/s'),
ScalarProperty('py', 'py', 'kg*m/s'),
ScalarProperty('pz', 'pz', 'kg*m/s'),
Expand Down

0 comments on commit 9379058

Please sign in to comment.