mirror of
https://github.com/paboyle/Grid.git
synced 2025-12-22 13:44:29 +00:00
Hadrons: template modules compilation optimisation
This commit is contained in:
9
extras/Hadrons/Modules/MSource/Point.cc
Normal file
9
extras/Hadrons/Modules/MSource/Point.cc
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <Grid/Hadrons/Modules/MSource/Point.hpp>
|
||||
|
||||
using namespace Grid;
|
||||
using namespace Hadrons;
|
||||
using namespace MSource;
|
||||
|
||||
template class Grid::Hadrons::MSource::TPoint<FIMPL>;
|
||||
template class Grid::Hadrons::MSource::TPoint<ScalarImplCR>;
|
||||
|
||||
Reference in New Issue
Block a user