fix typos

This commit is contained in:
Axel Kohlmeyer
2019-10-20 18:42:22 -04:00
parent 6767fa5604
commit c144b1af71

View File

@ -79,8 +79,8 @@ class DiagonalMatrix : public Matrix<T>
protected:
void _set_equal(const Matrix<T> &r);
DiagonalMatrix& operator=(const Vector<T> /* &c */) {}
DiagonalMatrix& operator=(const Matrix<T> /* &c */) {}
DiagonalMatrix& operator=(const Vector<T> & /* c */) {}
DiagonalMatrix& operator=(const Matrix<T> & /* c */) {}
private:
void _delete();