Skip to content

Commit

Permalink
docs: fix typo in constraints.md (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlerson committed Apr 29, 2024
1 parent 58ca229 commit aea4b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/topics/constraints.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ where $a_1$, $a_2$ etc. are system degrees of freedom. In Ferrite, we can accoun
```julia
ch = ConstraintHandler(dh)
lc1 = AffineConstraint(1, [2 => 5.0, 3 => 3.0], 1)
lc2 = AffineConstraint(1, [3 => 2.0, 5 => 6.0], 0)
lc2 = AffineConstraint(4, [3 => 2.0, 5 => 6.0], 0)
add!(ch, lc1)
add!(ch, lc2)
```
Expand Down

0 comments on commit aea4b51

Please sign in to comment.