mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-19 16:27:05 +01:00
added module to compute perambulator from a solve
This commit is contained in:
@ -19,7 +19,7 @@ BEGIN_HADRONS_NAMESPACE
|
||||
* PerambLight *
|
||||
******************************************************************************/
|
||||
BEGIN_MODULE_NAMESPACE(MDistil)
|
||||
|
||||
/*
|
||||
struct DistilParameters: Serializable {
|
||||
GRID_SERIALIZABLE_CLASS_MEMBERS(DistilParameters,
|
||||
int, TI,
|
||||
@ -33,7 +33,7 @@ struct DistilParameters: Serializable {
|
||||
DistilParameters() = default;
|
||||
template <class ReaderClass> DistilParameters(Reader<ReaderClass>& Reader){read(Reader,"Distil",*this);}
|
||||
};
|
||||
|
||||
*/
|
||||
struct SolverParameters: Serializable {
|
||||
GRID_SERIALIZABLE_CLASS_MEMBERS(SolverParameters,
|
||||
double, CGPrecision,
|
||||
|
Reference in New Issue
Block a user