Skip to content
Snippets Groups Projects
Commit 83ecc5ba authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[test.common_float_cmp] fix epsilon for std::complex

parent cd90c266
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ struct FloatCmpBase : public testing::Test
FloatCmpBase()
: zero(create<V>(s_size, create<S>(0, 0)))
, one(create<V>(s_size, create<S>(0, 1)))
, epsilon(create<V>(s_size, DefaultEpsilon<R>::value()))
, epsilon(create<V>(s_size, DefaultEpsilon<S>::value()))
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment