mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
public for convenience to see rho params
This commit is contained in:
parent
29a4bfe5e5
commit
d418347d86
@ -40,7 +40,9 @@ template <class Gimpl>
|
||||
class Smear_Stout : public Smear<Gimpl> {
|
||||
private:
|
||||
int OrthogDim = -1;
|
||||
public:
|
||||
const std::vector<double> SmearRho;
|
||||
private:
|
||||
// Smear<Gimpl>* ownership semantics:
|
||||
// Smear<Gimpl>* passed in to constructor are owned by caller, so we don't delete them here
|
||||
// Smear<Gimpl>* created within constructor need to be deleted as part of the destructor
|
||||
|
Loading…
Reference in New Issue
Block a user