1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Hadrons: debug message removed

This commit is contained in:
Antonin Portelli 2016-05-04 12:19:58 -07:00
parent 3aa6463ede
commit cbe52b0659

View File

@ -70,5 +70,4 @@ void AWilson::execute(Environment &env)
<< " using gauge field '" << par_.gauge << "'" << std::endl;
env.addFermionMatrix(getName(),
new WilsonFermionR(U, grid, gridRb, par_.mass));
LOG(Message) << sizeof(*env.getFermionMatrix(getName())) << std::endl;
}