mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 04:37:05 +01:00
now compiles
This commit is contained in:
@ -67,9 +67,9 @@ int main (int argc, char **argv)
|
||||
FieldMetaData header;
|
||||
NerscIO::readConfiguration(Umu, header, param.conf_in);
|
||||
|
||||
Smear_HISQ_3link hisq_3link(&GRID);
|
||||
Smear_HISQ_fat hisq_fat(&GRID);
|
||||
|
||||
hisq_3link.smear(U_smr,Umu);
|
||||
hisq_fat.smear(U_smr,Umu);
|
||||
|
||||
NerscIO::writeConfiguration(U_smr,param.conf_out,"HISQ");
|
||||
|
||||
|
Reference in New Issue
Block a user