Gromacs
2018.7
|
#include "gmxpre.h"
#include "gromacs/selection/poscalc.h"
#include <memory>
#include <vector>
#include <gtest/gtest.h>
#include "gromacs/math/vec.h"
#include "gromacs/selection/indexutil.h"
#include "gromacs/selection/position.h"
#include "gromacs/topology/topology.h"
#include "gromacs/trajectory/trajectoryframe.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/smalloc.h"
#include "testutils/refdata.h"
#include "toputils.h"
Tests the position mapping engine.