mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-16 14:57:05 +01:00
Small cosmetic changes and vscode gitignore
This commit is contained in:
@ -109,11 +109,10 @@ void WilsonFlow<Gimpl>::smear(GaugeField& out, const GaugeField& in) const {
|
||||
out = in;
|
||||
for (unsigned int step = 0; step < Nstep; step++) {
|
||||
evolve_step(out);
|
||||
std::cout << "[WilsonFlow] Energy density (plaq) : "
|
||||
std::cout << GridLogMessage << "[WilsonFlow] Energy density (plaq) : "
|
||||
<< step << " "
|
||||
<< energyDensityPlaquette(step,out) << std::endl;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
} // namespace QCD
|
||||
|
Reference in New Issue
Block a user