Skip to content
Snippets Groups Projects
Commit 36173b53 authored by Mark Olesen's avatar Mark Olesen
Browse files

COMP: compile with single-precision

parent abc941a0
Branches
Tags
No related merge requests found
......@@ -67,9 +67,9 @@ surfaceNormalFixedValueFvPatchVectorField
)
:
fixedValueFvPatchVectorField(p, iF),
refValue_(ptf.refValue_, mapper, 0.0)
refValue_(ptf.refValue_, mapper, pTraits<scalar>::zero)
{
// Note: refValue_ will have default value 0.0 for unmapped faces. This
// Note: refValue_ will have default value of 0 for unmapped faces. This
// can temporarily happen during e.g. redistributePar. We should not
// access ptf.patch() instead since redistributePar has destroyed this
// at the time of mapping.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment