1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-01-09 19:39:34 +00:00

Added empty ScalarFV module

This commit is contained in:
James Harrison
2017-03-21 11:39:46 +00:00
parent ee93f0218b
commit ef0fe2bcc1
4 changed files with 88 additions and 1 deletions

View File

@@ -4,7 +4,8 @@ modules_cc =\
Modules/MGauge/StochEm.cc \
Modules/MGauge/Unit.cc \
Modules/MScalar/ChargedProp.cc \
Modules/MScalar/FreeProp.cc
Modules/MScalar/FreeProp.cc \
Modules/MScalar/ScalarFV.cc
modules_hpp =\
Modules/MAction/DWF.hpp \
@@ -18,6 +19,7 @@ modules_hpp =\
Modules/MScalar/ChargedProp.hpp \
Modules/MScalar/FreeProp.hpp \
Modules/MScalar/Scalar.hpp \
Modules/MScalar/ScalarFV.hpp \
Modules/MSolver/RBPrecCG.hpp \
Modules/MSource/Point.hpp \
Modules/MSource/SeqGamma.hpp \