mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
several typos in hadrons
This commit is contained in:
parent
ac614cbc53
commit
9261c0da89
@ -272,7 +272,7 @@ struct Correlator: Serializable
|
|||||||
{
|
{
|
||||||
GRID_SERIALIZABLE_CLASS_MEMBERS(ARG(Correlator<Metadata, Scalar>),
|
GRID_SERIALIZABLE_CLASS_MEMBERS(ARG(Correlator<Metadata, Scalar>),
|
||||||
Metadata, info,
|
Metadata, info,
|
||||||
std::vector<Complex>, corr);
|
std::vector<Scalar>, corr);
|
||||||
};
|
};
|
||||||
|
|
||||||
END_HADRONS_NAMESPACE
|
END_HADRONS_NAMESPACE
|
||||||
|
@ -144,7 +144,7 @@ void TWeakEye3pt<FImpl>::execute(void)
|
|||||||
{
|
{
|
||||||
LOG(Message) << "Computing mesonic weak 3pt contractions, eye topologies" << std::endl;
|
LOG(Message) << "Computing mesonic weak 3pt contractions, eye topologies" << std::endl;
|
||||||
LOG(Message) << "gIn : " << par().gammaIn << std::endl;
|
LOG(Message) << "gIn : " << par().gammaIn << std::endl;
|
||||||
LOG(Message) << "gOut: " << par().gammaIn << std::endl;
|
LOG(Message) << "gOut: " << par().gammaOut << std::endl;
|
||||||
LOG(Message) << "tOut: " << par().tOut << std::endl;
|
LOG(Message) << "tOut: " << par().tOut << std::endl;
|
||||||
LOG(Message) << "qbl : " << par().qBarLeft << std::endl;
|
LOG(Message) << "qbl : " << par().qBarLeft << std::endl;
|
||||||
LOG(Message) << "qbr : " << par().qBarRight << std::endl;
|
LOG(Message) << "qbr : " << par().qBarRight << std::endl;
|
||||||
|
@ -144,7 +144,7 @@ void TWeakNonEye3pt<FImpl>::execute(void)
|
|||||||
{
|
{
|
||||||
LOG(Message) << "Computing mesonic weak 3pt contractions, non-eye topologies" << std::endl;
|
LOG(Message) << "Computing mesonic weak 3pt contractions, non-eye topologies" << std::endl;
|
||||||
LOG(Message) << "gIn : " << par().gammaIn << std::endl;
|
LOG(Message) << "gIn : " << par().gammaIn << std::endl;
|
||||||
LOG(Message) << "gOut: " << par().gammaIn << std::endl;
|
LOG(Message) << "gOut: " << par().gammaOut << std::endl;
|
||||||
LOG(Message) << "ql : " << par().qLeft << std::endl;
|
LOG(Message) << "ql : " << par().qLeft << std::endl;
|
||||||
LOG(Message) << "qbl : " << par().qBarLeft << std::endl;
|
LOG(Message) << "qbl : " << par().qBarLeft << std::endl;
|
||||||
LOG(Message) << "qr : " << par().qRight << std::endl;
|
LOG(Message) << "qr : " << par().qRight << std::endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user