Skip to content
Snippets Groups Projects
Commit 80dc9ec9 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

[bugfix] Avoid calling std::real for unsupported types

The condition estimate is only supported for field_types
float and double. Unfortunately, compiling this failed
for any field_type not supported by std::real. Replacing the
dynamic check by a static one helps to avoid the problem.
parent c9e50007
No related branches found
No related tags found
1 merge request!120[bugfix] Avoid calling std::real for unsupported types
Pipeline #
Loading
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