Gromacs
2018.7
|
#include "gmxpre.h"
#include "gromacs/pulling/pull.h"
#include <cmath>
#include <algorithm>
#include <gtest/gtest.h>
#include "gromacs/math/vec.h"
#include "gromacs/pbcutil/pbc.h"
#include "gromacs/pulling/pull_internal.h"
#include "gromacs/utility/smalloc.h"
#include "testutils/refdata.h"
#include "testutils/testasserts.h"
#include "testutils/testfilemanager.h"
Implements test of some pulling routines.