Gromacs  2026.0-dev-20251119-5f0a571d
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
gmx::test::anonymous_namespace{vecdump.cpp} Namespace Reference

Functions

void PrintTo (const TestParameters &parameters, std::ostream *os)
 GoogleTest helper method for pretty-printing during failure.
 
void pr_rvecs_wrapper (FILE *fp, int indent, const char *title, const rvec vec[], int n, gmx_bool)
 Wrapper that ignores the "show indices" boolean.
 
void dumpRvecArrayRefWrapper (TextWriter *writer, const char *description, ArrayRef< const RVec > values, bool)
 Wrapper that ignores the "show indices" boolean.
 

Variables

TestParameters g_testParameters [] = { { true, true }, { true, false }, { false, true }, { false, false } }
 Define the space for testing.