pig and pepper

This commit is contained in:
James E McClure
2018-05-18 20:04:03 -04:00
parent f1529e2153
commit 96fe20e097

View File

@@ -175,8 +175,6 @@ public: // Public variables (need to create accessors instead)
void CommInit(MPI_Comm comm); void CommInit(MPI_Comm comm);
void TestCommInit(MPI_Comm comm); void TestCommInit(MPI_Comm comm);
//void MemoryOptimizedLayout(IntArray &Map, int *neighborList, int Np);
private: private:
int *sendBuf_x, *sendBuf_y, *sendBuf_z, *sendBuf_X, *sendBuf_Y, *sendBuf_Z; int *sendBuf_x, *sendBuf_y, *sendBuf_z, *sendBuf_X, *sendBuf_Y, *sendBuf_Z;