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
c3900a7f
Commit
c3900a7f
authored
Aug 29, 2013
by
Chris Cantwell
Browse files
Fixed compile error.
parent
ae2f7b02
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/SpatialDomains/Geometry.cpp
View file @
c3900a7f
...
...
@@ -212,7 +212,7 @@ namespace Nektar
bool
Geometry
::
v_ContainsPoint
(
const
Array
<
OneD
,
const
NekDouble
>&
gloCoord
,
Array
<
OneD
,
NekDouble
>&
locCoord
,
NekDouble
tol
=
0.0
)
NekDouble
tol
)
{
NEKERROR
(
ErrorUtil
::
efatal
,
"This function has not been defined for this geometry"
);
...
...
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