324,334c324,334
< #define INSTANTIATE_PARAM_TEMPLATES(type) \
< template void \
< paramOut(ostream &os, const std::string &name, type const &param); \
< template void \
< paramIn(Checkpoint *cp, const std::string &section, \
< const std::string &name, type & param); \
< template void \
< arrayParamOut(ostream &os, const std::string &name, \
< type const *param, int size); \
< template void \
< arrayParamIn(Checkpoint *cp, const std::string &section, \
---
> #define INSTANTIATE_PARAM_TEMPLATES(type) \
> template void \
> paramOut(ostream &os, const std::string &name, type const &param); \
> template void \
> paramIn(Checkpoint *cp, const std::string &section, \
> const std::string &name, type & param); \
> template void \
> arrayParamOut(ostream &os, const std::string &name, \
> type const *param, int size); \
> template void \
> arrayParamIn(Checkpoint *cp, const std::string &section, \
336,340c336,340
< template void \
< arrayParamOut(ostream &os, const std::string &name, \
< const std::vector<type> &param); \
< template void \
< arrayParamIn(Checkpoint *cp, const std::string &section, \
---
> template void \
> arrayParamOut(ostream &os, const std::string &name, \
> const std::vector<type> &param); \
> template void \
> arrayParamIn(Checkpoint *cp, const std::string &section, \