STYLE: library functions using std::string

This commit is contained in:
Mark Olesen
2019-12-16 15:47:01 +01:00
parent 83e0501a77
commit eaa138443a
3 changed files with 60 additions and 48 deletions

View File

@ -143,8 +143,10 @@ void Foam::dlLibraryTable::clear(bool verbose)
if (ptr == nullptr)
{
libNames_[i].clear();
continue;
}
else if (Foam::dlClose(ptr))
if (Foam::dlClose(ptr))
{
DebugInFunction
<< "Closed [" << i << "] " << libNames_[i]