Skip to content
Snippets Groups Projects
Commit cecd1474 authored by carlocamilloni's avatar carlocamilloni
Browse files

Merge branch 'v2.4' into v2.5

parents 3cdac0d3 0c406bb3
No related branches found
No related tags found
No related merge requests found
...@@ -208,6 +208,7 @@ For users: ...@@ -208,6 +208,7 @@ For users:
- Updated NAMD patches to version 2.12 and 2.13. Old patches have been removed. - Updated NAMD patches to version 2.12 and 2.13. Old patches have been removed.
- GROMACS patch for gromacs-2018.4. - GROMACS patch for gromacs-2018.4.
- Fixed a bug in CS2BACKBONE when using more than 2 chains - Fixed a bug in CS2BACKBONE when using more than 2 chains
- Fixed a threadsafety issue using forces on histograms
For developers: For developers:
- All fixed done in version 2.3.8 - All fixed done in version 2.3.8
......
...@@ -213,6 +213,7 @@ public: ...@@ -213,6 +213,7 @@ public:
void prepareForAveraging(); void prepareForAveraging();
void performOperations( const bool& from_update ); void performOperations( const bool& from_update );
void finishAveraging(); void finishAveraging();
bool threadSafe() const { return !in_apply; }
bool isPeriodic() { return false; } bool isPeriodic() { return false; }
unsigned getNumberOfDerivatives(); unsigned getNumberOfDerivatives();
void turnOnDerivatives(); void turnOnDerivatives();
......
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