Skip to content

Commit

Permalink
Fix escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed May 9, 2019
1 parent 9253886 commit 4442d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repelemop.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ end
Computes translation of the polyhedron `p` with the vector `v`.
That is, computes
```math
\{\, x + v \\mid x \\in p \,\}.
\\{\\, x + v \\mid x \\in p \\,\\}.
```
By default, if the H-representation, it simply translates every hyperplanes and halfspace,
otherwise, it translates every points of the V-representation.
Expand Down

0 comments on commit 4442d35

Please sign in to comment.