Aggregate labels is public
This commit is contained in:
parent
d2bb0127f6
commit
eb66dcaed6
@ -182,13 +182,13 @@ public: // Public variables (need to create accessors instead)
|
||||
void CommunicateMeshHalo(DoubleArray &Mesh);
|
||||
void CommInit();
|
||||
int PoreCount();
|
||||
void AggregateLabels(char *FILENAME);
|
||||
|
||||
private:
|
||||
|
||||
void PackID(int *list, int count, signed char *sendbuf, signed char *ID);
|
||||
void UnpackID(int *list, int count, signed char *recvbuf, signed char *ID);
|
||||
void CommHaloIDs();
|
||||
void AggregateLabels(char *FILENAME);
|
||||
|
||||
//......................................................................................
|
||||
MPI_Request req1[18], req2[18];
|
||||
|
Loading…
Reference in New Issue
Block a user