mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-25 05:05:56 +01:00
Some query functions
This commit is contained in:
parent
ba34d7b206
commit
d6ac6e75cc
@ -24,6 +24,11 @@ class A2AModesSchurDiagTwo
|
||||
const bool return_5d;
|
||||
|
||||
public:
|
||||
|
||||
int getNl (void ) {return Nl;}
|
||||
int getNh (void ) {return Nh;}
|
||||
int getN (void ) {return Nh+Nl;}
|
||||
|
||||
A2AModesSchurDiagTwo(const std::vector<Field> *_evec, const std::vector<RealD> *_eval,
|
||||
Matrix &_action,
|
||||
Solver &_solver,
|
||||
@ -202,4 +207,4 @@ class A2AModesSchurDiagTwo
|
||||
|
||||
END_HADRONS_NAMESPACE
|
||||
|
||||
#endif // A2A_Vectors_hpp_
|
||||
#endif // A2A_Vectors_hpp_
|
||||
|
Loading…
x
Reference in New Issue
Block a user