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
Daniel Perry
Nektar
Commits
750b6552
Commit
750b6552
authored
Aug 29, 2013
by
Chris Cantwell
Browse files
Fixed compile error.
parent
aae9cb06
Changes
1
Hide whitespace changes
Inline
Side-by-side
utilities/PostProcessing/Extras/MoveMesh.cpp
View file @
750b6552
...
...
@@ -2849,7 +2849,7 @@ cout<<"NewtonIt result x="<<x0<<" y="<<coords[1]<<" U="<<U<<endl;
void
MapEdgeVertices
(
MultiRegions
::
ExpListSharedPtr
field
,
Array
<
OneD
,
int
>
&
V1
,
Array
<
OneD
,
int
>
&
V2
)
{
const
boost
::
shared_ptr
<
Std
Regions
::
Std
ExpansionVector
>
exp2D
=
field
->
GetExp
();
const
boost
::
shared_ptr
<
Local
Regions
::
ExpansionVector
>
exp2D
=
field
->
GetExp
();
int
nel
=
exp2D
->
size
();
LocalRegions
::
QuadExpSharedPtr
locQuadExp
;
LocalRegions
::
TriExpSharedPtr
locTriExp
;
...
...
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