Unverified Commit c144b1af authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix typos

parent 6767fa56
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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();