# | Line 154 | Line 154 | namespace OpenMD { | |
---|---|---|
154 | return tmp; | |
155 | } | |
156 | ||
157 | + | |
158 | /** Tests if this matrix is symmetrix. */ | |
159 | bool isSymmetric() const { | |
160 | for (unsigned int i = 0; i < Dim - 1; i++) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |