Gromacs
2026.0-dev-20250510-519b03c
|
#include "gmxpre.h"
#include "testutils/testasserts.h"
#include <limits>
#include <string>
#include <gtest/gtest.h>
#include "gromacs/utility/real.h"
Tests GROMACS-specific test assertions.
Functions | |
template<typename FloatType > | |
FloatType | anonymous_namespace{testasserts_tests.cpp}::addUlps (FloatType value, int ulps) |
Helper to produce floating-point numbers with specified ULP difference. More... | |