mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-16 06:47:06 +01:00
Fixing a compilation error
This commit is contained in:
@ -82,7 +82,7 @@ class TLaplacian : public Module<LaplacianPar>
|
||||
virtual void execute(void);
|
||||
};
|
||||
|
||||
MODULE_REGISTER_NS(Lap, TLaplacian<FIMPL>, MSource);
|
||||
MODULE_REGISTER_NS(LaplaceSmearing, TLaplacian<FIMPL>, MSource);
|
||||
|
||||
/******************************************************************************
|
||||
* TLaplacian template implementation *
|
||||
|
Reference in New Issue
Block a user