Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
ce0d9151
Commit
ce0d9151
authored
Apr 20, 2017
by
Julian Marcon
Browse files
Windows endline compatibility
parent
9db62882
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/NekMeshUtils/CADSystem/OCE/CADSystemOCE.cpp
View file @
ce0d9151
...
@@ -432,7 +432,7 @@ TopoDS_Shape CADSystemOCE::BuildGeo(string geo)
...
@@ -432,7 +432,7 @@ TopoDS_Shape CADSystemOCE::BuildGeo(string geo)
continue
;
continue
;
}
}
if
(
!
boost
::
ends_with
(
fline
,
";"
))
if
(
!
boost
::
contains
(
fline
,
";"
))
{
{
flinetmp
+=
fline
;
flinetmp
+=
fline
;
continue
;
continue
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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