Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nektar
Nektar
Commits
de0f25c0
Commit
de0f25c0
authored
Aug 01, 2016
by
Dave Moxey
Committed by
Douglas Serson
Aug 02, 2016
Browse files
Fix silly mistake
(cherry picked from commit
29e1de5c
)
parent
b8ce201a
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/SpatialDomains/MeshGraph.cpp
View file @
de0f25c0
...
...
@@ -2328,7 +2328,7 @@ namespace Nektar
ExpansionMapShPtr
expansionMap
=
m_expansionMapShPtrMap
.
find
(
variable
)
->
second
;
iter
=
expansionMap
->
find
(
geom
->
GetGlobalID
());
ASSERTL1
(
iter
!=
expansionMap
.
end
(),
ASSERTL1
(
iter
!=
expansionMap
->
end
(),
"Could not find expansion "
+
boost
::
lexical_cast
<
string
>
(
geom
->
GetGlobalID
())
+
" in expansion for variable "
+
variable
);
...
...
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