Skip to content
Snippets Groups Projects
Commit d000f28a authored by mattijs's avatar mattijs
Browse files

ENH: CuthillMcKeeRenumber.C: change default to not reverse.

parent 7113f814
Branches
Tags
No related merge requests found
...@@ -52,7 +52,7 @@ Foam::CuthillMcKeeRenumber::CuthillMcKeeRenumber(const dictionary& renumberDict) ...@@ -52,7 +52,7 @@ Foam::CuthillMcKeeRenumber::CuthillMcKeeRenumber(const dictionary& renumberDict)
( (
renumberDict.found(typeName + "Coeffs") renumberDict.found(typeName + "Coeffs")
? Switch(renumberDict.subDict(typeName + "Coeffs").lookup("reverse")) ? Switch(renumberDict.subDict(typeName + "Coeffs").lookup("reverse"))
: Switch(true) : Switch(false)
) )
{} {}
......
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