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
b8fa6755
Commit
b8fa6755
authored
Nov 12, 2013
by
mattijs
Browse files
BUG: triSurface: reading obj files with <cr> ending
parent
d64871cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/triSurface/triSurface/interfaces/OBJ/readOBJ.C
View file @
b8fa6755
...
...
@@ -104,7 +104,7 @@ bool Foam::triSurface::readOBJ(const fileName& OBJfileName)
while
(
true
)
{
string
::
size_type
startNum
=
line
.
find_first_not_of
(
' '
,
endNum
);
line
.
find_first_not_of
(
"
\r
"
,
endNum
);
if
(
startNum
==
string
::
npos
)
{
...
...
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