Fix comments

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-10-02 11:26:36 +02:00
parent 8c56b8f58c
commit ce6ff20939

View File

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