Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
1df7148d
Commit
1df7148d
authored
Nov 03, 2010
by
Andrew Heather
Browse files
COMP: corrected error introduced in commit
64fe6718
parent
b7cf3305
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/IOobject/IOobject.C
View file @
1df7148d
...
...
@@ -72,6 +72,8 @@ bool Foam::IOobject::IOobject::fileNameComponents
return
false
;
}
string
::
size_type
first
=
path
.
find
(
'/'
);
if
(
first
==
string
::
npos
)
{
// no '/' found - no instance or local
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment