Skip to content
Snippets Groups Projects
Commit e7c025ed authored by Sebastian Hutschenreuter's avatar Sebastian Hutschenreuter
Browse files

bug fix adjust variances

parent 8bf014cf
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ def do_adjust_variances(position,
s_h_old = (a*xi).force(position)
position = position.to_dict()
position['xi'] = s_h_old/a(e.position)
position[xi_key] = s_h_old/a(e.position)
position = MultiField.from_dict(position)
position = MultiField.union([position, e.position])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment