mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: POSIX: namespace endl
This commit is contained in:
@ -1215,7 +1215,7 @@ Foam::fileNameList Foam::dlLoaded()
|
||||
{
|
||||
std::cout
|
||||
<< "dlLoaded()"
|
||||
<< " : determined loaded libraries :" << libs.size() << endl;
|
||||
<< " : determined loaded libraries :" << libs.size() << std::endl;
|
||||
}
|
||||
return libs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user