testing new version of coupling
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
#include "send2one.h"
|
||||
#include "memory.h"
|
||||
#include "memorylib.h"
|
||||
#include "errorlib.h"
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
@ -13,7 +13,7 @@ Send2One::Send2One(MPI_Comm caller_comm)
|
||||
MPI_Comm_rank(comm,&me);
|
||||
MPI_Comm_size(comm,&nprocs);
|
||||
|
||||
memory = new Memory(comm);
|
||||
memory = new MemoryLib(comm);
|
||||
error = new ErrorLib(comm);
|
||||
|
||||
buf = NULL;
|
||||
|
||||
Reference in New Issue
Block a user