cosmetic
This commit is contained in:
@@ -809,7 +809,7 @@ public:
|
||||
* @return matrix type _CMatrix
|
||||
*/
|
||||
_CMatrix &swapRows(uint c0, uint c1) {
|
||||
PIMM_FOR_R piSwap(_V2D::element(c0, i), _V2D::element(c1, i));
|
||||
PIMM_FOR_R piSwap<Type>(_V2D::element(c0, i), _V2D::element(c1, i));
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user