Skip to content
Snippets Groups Projects
Commit 5df2ec93 authored by Henry Weller's avatar Henry Weller
Browse files

dynamicRefineFvMesh: Updated for new sigFpe

parent 6ffe3395
Branches
Tags
No related merge requests found
......@@ -346,7 +346,7 @@ Foam::dynamicRefineFvMesh::refine
surfaceScalarField& phi = *iter();
sigFpe::fillSignallingNan(phi.internalField());
sigFpe::fillNan(phi.internalField());
continue;
}
......
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