mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Compile fix with OpDirAll
This commit is contained in:
parent
3b0e07882f
commit
014dbfa464
@ -198,6 +198,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
void OpDirAll (const Field &in, std::vector<Field> &out){ HADRONS_ERROR(Definition, "OpDirAll() undefined"); };
|
||||
void OpDiag (const Field &in, Field &out) { HADRONS_ERROR(Definition, "OpDiag() undefined"); };
|
||||
void OpDir (const Field &in, Field &out,int dir,int disp) { HADRONS_ERROR(Definition, "OpDir() undefined"); };
|
||||
void Op (const Field &in, Field &out) { HADRONS_ERROR(Definition, "Op() undefined"); };
|
||||
|
@ -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){};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user