1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 07:47:06 +01:00
This commit is contained in:
Felix Erben
2019-03-25 15:45:35 +00:00
parent b3b9e608e1
commit 48b03c4590
2 changed files with 3 additions and 5 deletions

View File

@ -25,8 +25,7 @@ public:
GRID_SERIALIZABLE_CLASS_MEMBERS(NoisesPar,
std::string, UniqueIdentifier,
int, nvec,
DistilParameters, Distil,
unsigned int, i);
DistilParameters, Distil);
};
template <typename FImpl>