Skip to content
Snippets Groups Projects
Commit c8cf4b21 authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

STYLE: suppress output of solveScalar when identical to scalar size

parent ca724b2e
Branches
Tags
No related merge requests found
......@@ -98,7 +98,9 @@ const std::string Foam::foamVersion::buildArch
#endif
";label=" + std::to_string(8*sizeof(Foam::label))
+ ";scalar=" + std::to_string(8*sizeof(Foam::scalar))
+ ";solve=" + std::to_string(8*sizeof(Foam::solveScalar))
#ifdef WM_SPDP
+ ";solveScalar=" + std::to_string(8*sizeof(Foam::solveScalar))
#endif
);
......
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