1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 07:17:06 +01:00

Hadrons is now a library, the previous XML driven program is now a test

This commit is contained in:
2016-12-01 21:36:29 +09:00
parent d8b716d2cd
commit 9ad3d3453e
49 changed files with 99 additions and 36 deletions

View File

@ -0,0 +1,24 @@
modules_cc =\
Modules/ADWF.cc \
Modules/AWilson.cc \
Modules/CMeson.cc \
Modules/GLoad.cc \
Modules/GRandom.cc \
Modules/GUnit.cc \
Modules/MQuark.cc \
Modules/SolRBPrecCG.cc \
Modules/SrcPoint.cc \
Modules/SrcZ2.cc
modules_hpp =\
Modules/ADWF.hpp \
Modules/AWilson.hpp \
Modules/CMeson.hpp \
Modules/GLoad.hpp \
Modules/GRandom.hpp \
Modules/GUnit.hpp \
Modules/MQuark.hpp \
Modules/SolRBPrecCG.hpp \
Modules/SrcPoint.hpp \
Modules/SrcZ2.hpp