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
Julia
Nektar
Commits
dd8d17f5
Commit
dd8d17f5
authored
Apr 10, 2017
by
Dave Moxey
Browse files
Add fix for some older .rea inputs
parent
236cb5f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
utilities/NekMesh/InputModules/InputNek.cpp
View file @
dd8d17f5
...
...
@@ -805,7 +805,7 @@ void InputNek::Process()
surfEl
->
GetEdge
(
i
)
->
m_curveType
=
f
->
m_edgeList
[
i
]
->
m_curveType
;
}
}
else
else
if
(
faceId
<
elm
->
GetEdgeCount
())
{
EdgeSharedPtr
f
=
elm
->
GetEdge
(
faceId
);
...
...
@@ -825,6 +825,11 @@ void InputNek::Process()
LibUtilities
::
eSegment
,
conf
,
nodeList
,
tags
);
}
if
(
!
surfEl
)
{
continue
;
}
LibUtilities
::
ShapeType
surfElType
=
surfEl
->
GetConf
().
m_e
;
if
(
!
found
)
...
...
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