Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Oct 2, 2018
1 parent 8c56b8f commit ce6ff20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ccstruct/points.h
Expand Up @@ -412,7 +412,7 @@ const ICOORD & op2) {
**********************************************************************/

inline ICOORD &
operator-= ( //sum vectors
operator-= ( //subtract vectors
ICOORD & op1, //operands
const ICOORD & op2) {
op1.xcoord -= op2.xcoord;
Expand Down Expand Up @@ -638,7 +638,7 @@ const FCOORD & op2) {
**********************************************************************/

inline FCOORD &
operator-= ( //sum vectors
operator-= ( //subtract vectors
FCOORD & op1, //operands
const FCOORD & op2) {
op1.xcoord -= op2.xcoord;
Expand Down

0 comments on commit ce6ff20

Please sign in to comment.