Dictionary return bug fix
This commit is contained in:
parent
c62d4896c0
commit
1e54336c03
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ const Foam::dictionary& Foam::solution::solver(const word& name) const
|
||||||
<< "Lookup solver for " << name << endl;
|
<< "Lookup solver for " << name << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
return solvers_.lookup(name);
|
return solvers_.subDict(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue