Gromacs
5.1.4
|
#include "gmxpre.h"
#include "toputils.h"
#include <cstring>
#include "gromacs/fileio/tpxio.h"
#include "gromacs/fileio/trx.h"
#include "gromacs/fileio/trxio.h"
#include "gromacs/math/vec.h"
#include "gromacs/topology/atoms.h"
#include "gromacs/topology/topology.h"
#include "gromacs/utility/gmxassert.h"
#include "gromacs/utility/smalloc.h"
#include "testutils/testfilemanager.h"
Implements test helper routines from toputils.h.