mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 20:27:06 +01:00
Hadrons: module templates update
This commit is contained in:
@ -34,7 +34,7 @@ public:
|
||||
virtual void execute(void);
|
||||
};
|
||||
|
||||
typedef T___FILEBASENAME___<FIMPL> ___FILEBASENAME___;
|
||||
MODULE_REGISTER(___FILEBASENAME___, T___FILEBASENAME___<FIMPL>);
|
||||
|
||||
/******************************************************************************
|
||||
* T___FILEBASENAME___ implementation *
|
||||
@ -76,8 +76,6 @@ void T___FILEBASENAME___<FImpl>::execute(void)
|
||||
|
||||
}
|
||||
|
||||
MODULE_REGISTER(___FILEBASENAME___);
|
||||
|
||||
END_HADRONS_NAMESPACE
|
||||
|
||||
#endif // Hadrons____FILEBASENAME____hpp_
|
||||
|
Reference in New Issue
Block a user