COMP: POSIX: namespace endl

This commit is contained in:
mattijs
2011-03-25 13:00:08 +00:00
parent 3720b6cd45
commit 89e5b6ba94

View File

@ -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;
}