Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev

This commit is contained in:
graham
2010-10-11 13:06:13 +01:00
11 changed files with 202 additions and 210 deletions

View File

@ -82,9 +82,8 @@ bool Foam::dlLibraryTable::open(const fileName& functionLibName)
}
else
{
if (!loadedLibraries.found(functionLibPtr))
if (loadedLibraries.insert(functionLibPtr, functionLibName))
{
loadedLibraries.insert(functionLibPtr, functionLibName);
return true;
}
else