Skip to content
Snippets Groups Projects
Commit 8937a808 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: allow "centre" for sphere without warnings

parent 8b826a9b
No related merge requests found
......@@ -160,7 +160,7 @@ Foam::searchableSphere::searchableSphere
searchableSphere
(
io,
dict.getCompat<vector>("origin", {{"centre", 1806}}),
dict.getCompat<vector>("origin", {{"centre", -1806}}),
dict.get<scalar>("radius")
)
{}
......
......@@ -103,7 +103,7 @@ Foam::sphereToCell::sphereToCell
sphereToCell
(
mesh,
dict.getCompat<vector>("origin", {{"centre", 1806}}),
dict.getCompat<vector>("origin", {{"centre", -1806}}),
dict.get<scalar>("radius")
)
{}
......
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