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

Change access specifier of clover fields in order to allow deriving classes to access these

This commit is contained in:
Daniel Richtmann
2020-12-08 14:42:11 +01:00
parent 17ec9c5545
commit c438118fd7

View File

@@ -245,7 +245,7 @@ public:
return out; return out;
} }
private: protected:
// here fixing the 4 dimensions, make it more general? // here fixing the 4 dimensions, make it more general?
RealD csw_r; // Clover coefficient - spatial RealD csw_r; // Clover coefficient - spatial