|
Gromacs
2026.1
|
#include "gmxpre.h"#include "settletestrunners.h"#include "config.h"#include <array>#include <memory>#include <utility>#include <gtest/gtest.h>#include "gromacs/math/arrayrefwithpadding.h"#include "gromacs/math/paddedvector.h"#include "gromacs/mdlib/settle.h"#include "gromacs/mdlib/tests/settletestdata.h"#include "gromacs/topology/idef.h"#include "gromacs/topology/ifunc.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/vectypes.h"#include "testutils/testasserts.h"
Include dependency graph for settletestrunners.cpp:Defines the test runner for CPU version of SETTLE.
Also adds stub for the GPU version to keep the compiler happy.
1.8.5