Changeset cd0fed for src/comm/mpi/datatype.cpp
- Timestamp:
- May 10, 2012, 12:22:46 PM (14 years ago)
- Children:
- 06e153
- Parents:
- ae05b4
- File:
-
- 1 edited
-
src/comm/mpi/datatype.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/comm/mpi/datatype.cpp
rae05b4 rcd0fed 67 67 68 68 Index i; 69 int c = 0;69 unsigned int c = 0; 70 70 const Index end = _starts + _subsizes; 71 71 const size_t memcpy_size = _subsizes.Z() * sizeof(vmg_float); … … 100 100 101 101 Index i; 102 int c = 0;102 unsigned int c = 0; 103 103 const Index end = _starts + _subsizes; 104 104 const size_t memcpy_size = _subsizes.Z() * sizeof(vmg_float);
Note:
See TracChangeset
for help on using the changeset viewer.
