#include "gmxpre.h"
#include <numeric>
#include <optional>
#include <gtest/gtest.h>
#include "gromacs/fileio/xvgr.h"
#include "gromacs/utility/smalloc.h"
#include "gromacs/utility/textwriter.h"
#include "testutils/refdata.h"
#include "testutils/testasserts.h"
#include "testutils/testfilemanager.h"
#include "testutils/testoptions.h"
Implements tests for xvg file operations.
- Author
- Joe Jordan ejjor.nosp@m.dan@.nosp@m.kth.s.nosp@m.e
|
void | gmx::test::anonymous_namespace{xvgio.cpp}::compareValues (basic_mdspan< const double, dynamicExtents2D > ref, basic_mdspan< const double, dynamicExtents2D > test) |
|
void | gmx::test::anonymous_namespace{xvgio.cpp}::checkMatrix (TestReferenceChecker *checker, basic_mdspan< const double, dynamicExtents2D > input) |
| Helper for checking file contents against reference file.
|
|