mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-06 20:25:56 +01:00
remove commented code
This commit is contained in:
parent
0190ada714
commit
f569813b60
@ -25,7 +25,6 @@ template <typename FImpl>
|
||||
class TConvolution: public Module<ConvolutionPar>
|
||||
{
|
||||
public:
|
||||
//BASIC_TYPE_ALIASES(FImpl,);
|
||||
FERM_TYPE_ALIASES(FImpl,);
|
||||
public:
|
||||
// constructor
|
||||
@ -44,7 +43,6 @@ private:
|
||||
};
|
||||
|
||||
MODULE_REGISTER_TMP(Convolution, TConvolution<FIMPL>, MSource);
|
||||
//MODULE_REGISTER_TMP(ScalarConvolution, TConvolution<ScalarImplCR>, MSource);
|
||||
|
||||
/******************************************************************************
|
||||
* TConvolution implementation *
|
||||
|
Loading…
x
Reference in New Issue
Block a user