CHROMA
mesphas_s.h
Go to the documentation of this file.
1 #ifndef mesphas_h
2 #define mesphas_h
3 
4 #include "chromabase.h"
5 
6 namespace Chroma {
7 
8 void MesPhas(multi1d<LatticeReal>& meson_phases, int j_decay);
9 
10 } // end namespace Chroma
11 
12 #endif
Primary include file for CHROMA library code.
int j_decay
Definition: meslate.cc:22
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
void MesPhas(multi1d< LatticeReal > &meson_phases, int j_decay)
Definition: mesphas_s.cc:16