mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 12:17:05 +01:00
Hadrons: debug message removed
This commit is contained in:
@ -70,5 +70,4 @@ void AWilson::execute(Environment &env)
|
|||||||
<< " using gauge field '" << par_.gauge << "'" << std::endl;
|
<< " using gauge field '" << par_.gauge << "'" << std::endl;
|
||||||
env.addFermionMatrix(getName(),
|
env.addFermionMatrix(getName(),
|
||||||
new WilsonFermionR(U, grid, gridRb, par_.mass));
|
new WilsonFermionR(U, grid, gridRb, par_.mass));
|
||||||
LOG(Message) << sizeof(*env.getFermionMatrix(getName())) << std::endl;
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user