Skip to content
Snippets Groups Projects
Commit be66ffd4 authored by Gareth Tribello's avatar Gareth Tribello
Browse files

Small fix to problem when forces on histogram are used with threads and lowmem

parent f281f073
No related branches found
No related tags found
No related merge requests found
......@@ -212,6 +212,7 @@ public:
void prepareForAveraging();
void performOperations( const bool& from_update );
void finishAveraging();
bool threadSafe() const { return !in_apply; }
bool isPeriodic() { return false; }
unsigned getNumberOfDerivatives();
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