Gromacs  2024.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
gmx::anonymous_namespace{mrcdensitymapheader.cpp} Namespace Reference

Functions

template<typename Container >
bool anySmallerZero (const Container &values)
 Returns true if any of the argument values is smaller than zero.
 
template<typename Container >
bool anyLargerThanValue (const Container &values, typename Container::value_type boundaryValue)
 Returns true if any of the argument values is larger than a given boundary value.