replace tab with blankspace
This commit is contained in:
parent
2467942886
commit
f441dc7ed8
@ -110,8 +110,8 @@ inline MPI::Datatype GetType(mpi::DataType dtype) {
|
|||||||
case kULong: return MPI::UNSIGNED_LONG;
|
case kULong: return MPI::UNSIGNED_LONG;
|
||||||
case kFloat: return MPI::FLOAT;
|
case kFloat: return MPI::FLOAT;
|
||||||
case kDouble: return MPI::DOUBLE;
|
case kDouble: return MPI::DOUBLE;
|
||||||
case kLong: return MPI::LONG_LONG;
|
case kLong: return MPI::LONG_LONG;
|
||||||
case kULong: return MPI::UNSIGNED_LONG_LONG;
|
case kULong: return MPI::UNSIGNED_LONG_LONG;
|
||||||
}
|
}
|
||||||
utils::Error("unknown mpi::DataType");
|
utils::Error("unknown mpi::DataType");
|
||||||
return MPI::CHAR;
|
return MPI::CHAR;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user