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