Changeset 716da7 for src/base/index.cpp
- Timestamp:
- Apr 24, 2012, 2:26:14 PM (14 years ago)
- Children:
- b51c3b
- Parents:
- e3dbbf
- File:
-
- 1 edited
-
src/base/index.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/base/index.cpp
re3dbbf r716da7 69 69 } 70 70 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 76 71 std::ostream& VMG::operator<<(std::ostream& out, const Index& index) 77 72 {
Note:
See TracChangeset
for help on using the changeset viewer.
