mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
std::array<T, size_t S>
This commit is contained in:
parent
b80d58a603
commit
a09bd78459
@ -46,7 +46,7 @@ namespace ngcore
|
|||||||
static MPI_Datatype MPIType () { return MPI_C_BOOL; } };
|
static MPI_Datatype MPIType () { return MPI_C_BOOL; } };
|
||||||
|
|
||||||
|
|
||||||
template<int S, typename T>
|
template<typename T, size_t S>
|
||||||
struct MPI_typetrait<std::array<T,S>>
|
struct MPI_typetrait<std::array<T,S>>
|
||||||
{
|
{
|
||||||
static MPI_Datatype MPIType ()
|
static MPI_Datatype MPIType ()
|
||||||
|
Loading…
Reference in New Issue
Block a user