mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Remove obsolete comment
This commit is contained in:
parent
f06d86f36d
commit
b2ef22539c
@ -34,8 +34,6 @@ static_assert(alignof(MPI_Status) <= alignof(NG_MPI_Status), "Size mismatch");
|
||||
int mpi2ng(int value) { return value; }
|
||||
void* mpi2ng(void* ptr) { return ptr; }
|
||||
|
||||
// TODO: When we are dealing with arrays of multiple MPI_Statuses, we need to
|
||||
// copy them together in continuous memory
|
||||
NG_MPI_Status* mpi2ng(MPI_Status* status) {
|
||||
return reinterpret_cast<NG_MPI_Status*>(status);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user