Skip to content
Snippets Groups Projects
Commit 45f9770a authored by Martin Schönherr's avatar Martin Schönherr :speech_balloon:
Browse files

deleted remaining vectors for 1D domain decomposition

parent 06aee127
No related branches found
No related tags found
1 merge request!369cleanup parameter
......@@ -1065,11 +1065,7 @@ public:
real TrafoZtoMGsWorld(int CoordZ, int level);
private:
// Multi GPGPU///////////////
// 1D domain decomposition
std::vector<std::string> possNeighborFilesSend;
std::vector<std::string> possNeighborFilesRecv;
bool isNeigbor;
// Multi GPU
// 3D domain decomposition
std::vector<std::string> possNeighborFilesSendX, possNeighborFilesSendY, possNeighborFilesSendZ;
std::vector<std::string> possNeighborFilesRecvX, possNeighborFilesRecvY, possNeighborFilesRecvZ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment