Skip to content

Commit c7e101e

Browse files
authored
Update README
1 parent 36817ca commit c7e101e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ for i in range(T):
4545
# Update stress
4646
stress = elasticity(F)
4747
# Particle to grid, grid update, grid to particle
48-
grid_update = mpm_solver(x, v, C, F, stress)
48+
x, v, C, F = mpm_solver(x, v, C, F, stress)
4949
# Plasticity correction
5050
F = plasticity(F)
5151
```

0 commit comments

Comments
 (0)