We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c56b8f commit ce6ff20Copy full SHA for ce6ff20
src/ccstruct/points.h
@@ -412,7 +412,7 @@ const ICOORD & op2) {
412
**********************************************************************/
413
414
inline ICOORD &
415
-operator-= ( //sum vectors
+operator-= ( //subtract vectors
416
ICOORD & op1, //operands
417
const ICOORD & op2) {
418
op1.xcoord -= op2.xcoord;
@@ -638,7 +638,7 @@ const FCOORD & op2) {
638
639
640
inline FCOORD &
641
642
FCOORD & op1, //operands
643
const FCOORD & op2) {
644
0 commit comments