testing new version of coupling

This commit is contained in:
Steve Plimpton
2023-04-14 11:00:59 -06:00
parent 7f35ecffcc
commit 32f9800943
20 changed files with 2222 additions and 1945 deletions

View File

@ -16,7 +16,7 @@ class One2Many {
protected:
int me,nprocs;
MPI_Comm comm;
class Memory *memory;
class MemoryLib *memory;
std::map<int,int> *hash;
int nsrc;
};