Changeset 0bd47e for src/comm/mpi/datatype.hpp
- Timestamp:
- Apr 9, 2013, 11:44:26 AM (13 years ago)
- Children:
- bd61b5c
- Parents:
- e85cfd
- File:
-
- 1 edited
-
src/comm/mpi/datatype.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/comm/mpi/datatype.hpp
re85cfd r0bd47e 17 17 */ 18 18 19 /** 20 * @file datatype.hpp 21 * @author Julian Iseringhausen <isering@ins.uni-bonn.de> 22 * @date Tue Apr 09 12:19:58 2013 23 * 24 * @brief Helper class to handle MPI datatypes. 25 * 26 */ 27 19 28 #ifndef DATATYPE_HPP_ 20 29 #define DATATYPE_HPP_ 21 30 31 #include <string> 22 32 #include <vector> 23 33 … … 128 138 } 129 139 140 std::string ToString() const; 141 130 142 private: 131 143 void InitDatatype();
Note:
See TracChangeset
for help on using the changeset viewer.
