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

Small fix to bug that appears when code is compiled without DNDEBUG

parent fb6f1dff
No related branches found
No related tags found
No related merge requests found
...@@ -335,7 +335,6 @@ void DynamicList<T>::sortActiveList(){ ...@@ -335,7 +335,6 @@ void DynamicList<T>::sortActiveList(){
template <typename T> template <typename T>
unsigned DynamicList<T>::linkIndex( const unsigned& ii ) const { unsigned DynamicList<T>::linkIndex( const unsigned& ii ) const {
plumed_dbg_assert( onoff[ii]>0 && onoff[ii]%nprocessors==0 );
return translator[ii]; return translator[ii];
} }
......
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