Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenVolumeMesh
OpenVolumeMesh
Commits
c9011777
Commit
c9011777
authored
May 11, 2016
by
Max Lyon
Browse files
move vector helpers into OpenVolumeMesh::Geometry namespace
parent
3d2e59b8
Pipeline
#1724
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/OpenVolumeMesh/Geometry/Vector11T.hh
View file @
c9011777
...
...
@@ -54,11 +54,13 @@
#include
<cassert>
#include
<cstdlib>
namespace
OpenVolumeMesh
{
namespace
Geometry
{
/*
* Helpers for VectorT
*/
namespace
{
template
<
typename
...
Ts
>
struct
are_convertible_to
;
...
...
@@ -71,11 +73,6 @@ struct are_convertible_to<To, From, Froms...> {
template
<
typename
To
,
typename
From
>
struct
are_convertible_to
<
To
,
From
>
:
public
std
::
is_convertible
<
From
,
To
>
{
};
}
namespace
OpenVolumeMesh
{
namespace
Geometry
{
template
<
typename
Scalar
,
int
DIM
>
class
VectorT
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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