Gromacs
2025-dev-20240906-b7d3419
|
MsdMatcher is effectively an extension of XvgMatcher for gmx msd results.
In addition to the usual fields XvgMatcher checks, MsdMatcher checks for properly reported diffusion coefficients.
Public Member Functions | |
void | checkStream (TextInputStream *stream, TestReferenceChecker *checker) override |
Matches contents of a stream against reference data. More... | |
|
inlineoverridevirtual |
Matches contents of a stream against reference data.
stream | Stream to match. |
checker | Checker to use for matching. |
The method can change the state of the provided checker (e.g., by changing the default tolerance). The caller is responsible of providing a checker where such state changes do not matter.
Implements gmx::test::ITextBlockMatcher.