Changeset 716da7 for src/base/index.cpp


Ignore:
Timestamp:
Apr 24, 2012, 2:26:14 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
b51c3b
Parents:
e3dbbf
Message:

Fix energy calculation.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1729 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/base/index.cpp

    re3dbbf r716da7  
    6969}
    7070
    71 const Index Max(const Index& index1, const Index& index2)
    72 {
    73   return Index(std::max(index1.X(), index2.X()), std::max(index1.Y(), index2.Y()), std::max(index1.Z(), index2.Z()));
    74 }
    75 
    7671std::ostream& VMG::operator<<(std::ostream& out, const Index& index)
    7772{
Note: See TracChangeset for help on using the changeset viewer.