Skip to content

Commit

Permalink
Remove 'can be used'
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Sep 9, 2024
1 parent ef6056f commit cb258c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ class Hyperbolic_isometry_2{
void set_to_identity();

/*!
can be used to set the coefficients of the isometry manually. \note Be
sets the coefficients of the isometry manually. \note Be
careful when doing so: the implementation does not check that the
resulting Möbius transform fixes the unit circle.
*/
void set_coefficients(const ComplexNumber& c0, const ComplexNumber& c1, const ComplexNumber& c2, const ComplexNumber& c3);

/*!
can be used to set one coefficient of the isometry manually. \note Be
sets a particular coefficient of the isometry manually. \note Be
careful when doing so: the implementation does not check that the
resulting Möbius transform fixes the unit circle.
Expand Down

0 comments on commit cb258c8

Please sign in to comment.