|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include "gmxpre.h"#include "gromacs/selection/poscalc.h"#include <memory>#include <string>#include <utility>#include <vector>#include <gtest/gtest.h>#include "gromacs/selection/indexutil.h"#include "gromacs/selection/position.h"#include "gromacs/topology/atoms.h"#include "gromacs/topology/block.h"#include "gromacs/topology/topology.h"#include "gromacs/trajectory/trajectoryframe.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/smalloc.h"#include "gromacs/utility/vec.h"#include "gromacs/utility/vectypes.h"#include "testutils/refdata.h"#include "toputils.h"
Include dependency graph for poscalc.cpp:Tests the position mapping engine.
1.8.5