mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: corrected error introduced in commit 64fe671850
This commit is contained in:
@ -72,6 +72,8 @@ bool Foam::IOobject::IOobject::fileNameComponents
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
string::size_type first = path.find('/');
|
||||||
|
|
||||||
if (first == string::npos)
|
if (first == string::npos)
|
||||||
{
|
{
|
||||||
// no '/' found - no instance or local
|
// no '/' found - no instance or local
|
||||||
|
|||||||
Reference in New Issue
Block a user