|
Gromacs
2025.4
|
#include "gmxpre.h"#include "gromacs/fileio/confio.h"#include <filesystem>#include <iostream>#include <string>#include <vector>#include <gtest/gtest.h>#include "gromacs/fileio/filetypes.h"#include "gromacs/math/vec.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/symtab.h"#include "gromacs/topology/topology.h"#include "gromacs/utility/basedefinitions.h"#include "gromacs/utility/cstringutil.h"#include "gromacs/utility/smalloc.h"#include "testutils/stringtest.h"#include "testutils/testfilemanager.h"
Include dependency graph for confio.cpp:Tests for reading/writing different structure file formats.
Functions | |
| static void | PrintTo (const GromacsFileType &ftp, std::ostream *os) |
| Google Test formatter for GromacsFileType values. | |
1.8.5