Gromacs
2024
|
#include <gtest/gtest.h>
#include "gromacs/coordinateio/iframeconverter.h"
#include "gromacs/fileio/trxio.h"
#include "gromacs/trajectory/trajectoryframe.h"
#include "gromacs/utility/exceptions.h"
#include "gromacs/utility/smalloc.h"
#include "testutils/testasserts.h"
Helper classes for frameconverter tests.
Typedefs | |
using | gmx::test::DummyConverterPointer = std::unique_ptr< DummyConverter > |
Convenience typedef for dummy module. | |