Skip to content
Snippets Groups Projects
Commit 1b7ffcbb authored by Markus Blatt's avatar Markus Blatt
Browse files

[clang] Explicitly pass a floating point damping factor to Transfer::prolongate.

GCC warned about ambiguity between builtin operator*=(double&, int)
and FieldVector<double,i>::operator*=(int), but at least picked one
and just emitted a warning. Clang instead errored out.

To fix this this patch explicitly uses a floating point dampening
factor in the additive version of the AMG.

Fixes flyspray #1456 
https://dune-project.org/flyspray/index.php?do=details&task_id=1456.
parent 8f85cd7a
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment