| # | Line 188 | Line 188 | namespace oopse { | |
|---|---|---|
| 188 | q[3] = (this->data_[0][1] - this->data_[1][0]) * s; | |
| 189 | } else { | |
| 190 | ||
| 191 | < | ad1 = fabs( this->data_[0][0] ); | 
| 192 | < | ad2 = fabs( this->data_[1][1] ); | 
| 193 | < | ad3 = fabs( this->data_[2][2] ); | 
| 191 | > | ad1 = this->data_[0][0]; | 
| 192 | > | ad2 = this->data_[1][1]; | 
| 193 | > | ad3 = this->data_[2][2]; | 
| 194 | ||
| 195 | if( ad1 >= ad2 && ad1 >= ad3 ){ | |
| 196 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |