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

MSource::Gauss add parameters tA and tB

This commit is contained in:
2019-06-02 00:12:15 +01:00
parent 4bca2c17ce
commit 7c3f400fc5
2 changed files with 6 additions and 0 deletions

View File

@ -5,3 +5,4 @@ using namespace Hadrons;
using namespace MSource;
template class Grid::Hadrons::MSource::TGauss<FIMPL>;
template class Grid::Hadrons::MSource::TGauss<ScalarImplCR>;