Skip to content

Commit

Permalink
fix: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adigitoleo committed Mar 28, 2024
1 parent 07b3c55 commit 323de31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pydrex/minerals.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def update_orientations(
- `config` (dict) — PyDRex configuration dictionary
- `deformation_gradient` (array) — 3x3 initial deformation gradient tensor
- `get_velocity_gradient` (function) — callable with signature f(t, x) that
returns a 3x3 velocity gradient matrix at time t at position x (3D vector)
returns a 3x3 velocity gradient matrix at time t and position x (3D vector)
- `pathline` (tuple) — tuple consisting of:
1. the time at which to start the CPO integration (t_start)
2. the time at which to stop the CPO integration (t_end)
Expand Down

0 comments on commit 323de31

Please sign in to comment.