#include "gmxpre.h"
#include <cstddef>
#include <algorithm>
#include <filesystem>
#include <numeric>
#include <optional>
#include <string>
#include <tuple>
#include <type_traits>
#include <vector>
#include <gtest/gtest.h>
#include "gromacs/fileio/xvgr.h"
#include "gromacs/math/multidimarray.h"
#include "gromacs/mdspan/extensions.h"
#include "gromacs/mdspan/layouts.h"
#include "gromacs/mdspan/mdspan.h"
#include "gromacs/utility/real.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.
|
|