1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-05-21 01:24:16 +01:00

Changes making force term test for DWF pass.

This commit is contained in:
Peter Boyle
2015-08-01 22:06:07 +09:00
parent 1d67d29183
commit 2157a6919a
6 changed files with 52 additions and 7 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ namespace Grid {
///////////////////////////////////////////////
// Updates gauge field during HMC
///////////////////////////////////////////////
virtual void ImportGauge(const GaugeField & _U);
virtual void ImportGauge(const GaugeField & _U)=0;
};