--- branches/development/src/math/SquareMatrix.hpp 2012/06/21 19:26:46 1760 +++ branches/development/src/math/SquareMatrix.hpp 2012/08/29 18:13:11 1787 @@ -154,7 +154,6 @@ namespace OpenMD { return tmp; } - /** Tests if this matrix is symmetrix. */ bool isSymmetric() const { for (unsigned int i = 0; i < Dim - 1; i++)