|
Gromacs
2025.3
|
#include "gmxpre.h"#include "gromacs/trajectoryanalysis/topologyinformation.h"#include <filesystem>#include <memory>#include <string>#include <gtest/gtest.h>#include "gromacs/gmxpreprocess/grompp.h"#include "gromacs/math/vectypes.h"#include "gromacs/mdtypes/md_enums.h"#include "gromacs/pbcutil/pbc.h"#include "gromacs/topology/atoms.h"#include "gromacs/topology/topology.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/exceptions.h"#include "gromacs/utility/textwriter.h"#include "testutils/cmdlinetest.h"#include "testutils/testfilemanager.h"
Include dependency graph for topologyinformation.cpp:Tests for TopologyInformation.
Functions | |
| void | gmx::test::anonymous_namespace{topologyinformation.cpp}::runCommonTests (const TopologyInformation &topInfo, const int numAtoms) |
| Common test code to reduce duplication. | |
1.8.5