Skip to content
Snippets Groups Projects
Commit 94166675 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[BL] Explicit LisOption ctor and final for class.

parent 5d639225
No related branches found
No related tags found
No related merge requests found
......@@ -37,9 +37,9 @@ namespace MathLib
* currently (version 1.5.57) only sets the number of threads in
* \c lis_initialize(). Refer to the Lis source code for details.
*/
struct LisOption
struct LisOption final
{
LisOption(BaseLib::ConfigTree const* const options)
explicit LisOption(BaseLib::ConfigTree const* const options)
{
if (options) {
ignoreOtherLinearSolvers(*options, "lis");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment