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
66792cf7
Commit
66792cf7
authored
Jan 30, 2014
by
Spencer Sherwin
Browse files
Removed addition functions left over after last merge
parent
92f04a5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/SpatialDomains/Geometry3D.cpp
View file @
66792cf7
...
...
@@ -250,22 +250,6 @@ namespace SpatialDomains
}
}
/**
* @brief Return edge i in this element.
*/
const
Geometry1DSharedPtr
Geometry3D
::
GetEdge
(
int
i
)
const
{
return
v_GetEdge
(
i
);
}
/**
* @brief Return face i in this element.
*/
Geometry2DSharedPtr
Geometry3D
::
GetFace
(
int
i
)
{
return
v_GetFace
(
i
);
}
/**
* @brief Put all quadrature information into face/edge structure and
* backward transform.
...
...
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