# | Line 38 | Line 38 | |
---|---|---|
38 | #include "config.h" | |
39 | #include "math/SquareMatrix3.hpp" | |
40 | ||
41 | < | namespace oopse { |
41 | > | namespace OpenMD { |
42 | ||
43 | class RMSD{ | |
44 | public: | |
# | Line 52 | Line 52 | namespace oopse { | |
52 | ref_ = ref; | |
53 | ref_com = V3Zero; | |
54 | ||
55 | < | for (int n=0; n<ref_.size(); n++) { |
55 | > | for (unsigned int n = 0; n < ref_.size(); n++) { |
56 | ref_com += ref_[n]; | |
57 | } | |
58 | ref_com /= (RealType)ref.size(); |
# | Line 0 | Line 1 | |
---|---|---|
1 | + | Author Id Revision Date |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |