|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include "gmxpre.h"#include "gromacs/applied_forces/colvars/colvarspreprocessor.h"#include <cstddef>#include <filesystem>#include <iostream>#include <list>#include <string>#include <vector>#include <gtest/gtest.h>#include "gromacs/fileio/confio.h"#include "gromacs/gmxpreprocess/grompp.h"#include "gromacs/pbcutil/pbc.h"#include "gromacs/topology/atoms.h"#include "gromacs/topology/mtop_lookup.h"#include "gromacs/topology/mtop_util.h"#include "gromacs/topology/topology.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/path.h"#include "gromacs/utility/smalloc.h"#include "gromacs/utility/textwriter.h"#include "gromacs/utility/vec.h"#include "gromacs/utility/vectypes.h"#include "testutils/cmdlinetest.h"#include "testutils/refdata.h"#include "testutils/testasserts.h"#include "testutils/testfilemanager.h"
Include dependency graph for colvarspreprocessor.cpp:Tests for ColvarsPreProcessor class for Colvars MDModule.
1.8.5