mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: library functions using std::string
This commit is contained in:
@ -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]
|
||||
|
||||
Reference in New Issue
Block a user