1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-12 20:27:06 +01:00

Compile fix with OpDirAll

This commit is contained in:
Peter Boyle
2020-04-10 11:57:09 -04:00
parent 3b0e07882f
commit 014dbfa464
2 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,7 @@ public:
}
// Support for coarsening to a multigrid
void OpDirAll (const Field &in, std::vector<Field> &out){};
void OpDiag (const Field &in, Field &out) {};
void OpDir (const Field &in, Field &out,int dir,int disp){};