1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 07:47:06 +01:00

bugfix ZPerambulator

This commit is contained in:
Felix Erben
2020-03-12 11:44:43 +00:00
parent 5d834486c9
commit 373cf61abb
2 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,7 @@ protected:
};
MODULE_REGISTER_TMP(Perambulator, TPerambulator<FIMPL>, MDistil);
MODULE_REGISTER_TMP(ZPerambulator, TPerambulator<ZFIMPL>, MDistil);
/******************************************************************************
* TPerambulator implementation *