mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: clang caught ambiguous constructions from tmp.
This commit is contained in:
@ -648,7 +648,7 @@ Foam::scalarField Foam::autoSnapDriver::calcSnapDistance
|
||||
-GREAT // null value
|
||||
);
|
||||
|
||||
return snapParams.snapTol()*maxEdgeLen;
|
||||
return scalarField(snapParams.snapTol()*maxEdgeLen);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user