Skip to content
Snippets Groups Projects
Commit 9dace746 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Merge branch 'v2.3'

[makedoc]
parents f5ab7a1b 7954d30c
No related branches found
No related tags found
No related merge requests found
...@@ -162,6 +162,7 @@ See branch \branch{v2.3} on git repository. ...@@ -162,6 +162,7 @@ See branch \branch{v2.3} on git repository.
- Fixed a bug in the parser related to braces, see \issue{229} - Fixed a bug in the parser related to braces, see \issue{229}
- Fixed a bug that appeared when using \ref Q3, \ref Q4 and \ref Q6 with LOWEST or HIGHEST flag - Fixed a bug that appeared when using \ref Q3, \ref Q4 and \ref Q6 with LOWEST or HIGHEST flag
- Fixed a bug that appears when you use \ref MFILTER_LESS as input to \ref COORDINATIONNUMBER with SPECIESA and SPECIESB flags - Fixed a bug that appears when you use \ref MFILTER_LESS as input to \ref COORDINATIONNUMBER with SPECIESA and SPECIESB flags
- Fixed a bug that was making flushing when gromacs checkpoints not functional (thanks to Summer Snow).
For developers: For developers:
- plumedcheck validation has been made stricter. All the checks are now described in the developer manual. - plumedcheck validation has been made stricter. All the checks are now described in the developer manual.
......
...@@ -270,6 +270,11 @@ bool Action::checkUpdate()const { ...@@ -270,6 +270,11 @@ bool Action::checkUpdate()const {
else return false; else return false;
} }
bool Action::getCPT()const {
return plumed.getCPT();
}
} }
...@@ -426,11 +426,6 @@ bool Action::getRestart()const { ...@@ -426,11 +426,6 @@ bool Action::getRestart()const {
return restart; return restart;
} }
inline
bool Action::getCPT()const {
return doCheckPoint;
}
} }
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment