Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Julia
Nektar
Commits
dd8d17f5
Commit
dd8d17f5
authored
Apr 10, 2017
by
Dave Moxey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add fix for some older .rea inputs
parent
236cb5f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
utilities/NekMesh/InputModules/InputNek.cpp
utilities/NekMesh/InputModules/InputNek.cpp
+6
-1
No files found.
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
Markdown
is supported
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