Gromacs
2020.4
|
#include "gmxpre.h"
#include "toputils.h"
#include <cstring>
#include <algorithm>
#include <memory>
#include <numeric>
#include "gromacs/fileio/confio.h"
#include "gromacs/fileio/trxio.h"
#include "gromacs/math/vec.h"
#include "gromacs/topology/atoms.h"
#include "gromacs/topology/mtop_util.h"
#include "gromacs/topology/topology.h"
#include "gromacs/trajectory/trajectoryframe.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/cstringutil.h"
#include "gromacs/utility/gmxassert.h"
#include "gromacs/utility/smalloc.h"
#include "testutils/testfilemanager.h"
Implements test helper routines from toputils.h.