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
David Cazier
CGoGN
Commits
248431e8
Commit
248431e8
authored
May 12, 2014
by
Sylvain Thery
Browse files
compile VC2013
parent
edb26f50
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/Algo/Modelisation/tetrahedralization.h
View file @
248431e8
...
...
@@ -27,6 +27,7 @@
//#include "tetgen/tetgen.h"
#include
"Algo/Geometry/normal.h"
#include
<set>
namespace
CGoGN
{
...
...
@@ -57,7 +58,7 @@ protected:
class
VertexPoly
;
// multiset typedef for simple writing
typedef
std
::
multiset
<
VertexPoly
,
VertexPoly
>
VPMS
;
typedef
std
::
multiset
<
VertexPoly
,
VertexPoly
>
VPMS
;
typedef
typename
VPMS
::
iterator
VMPSITER
;
typedef
NoTypeNameAttribute
<
VMPSITER
>
EarAttr
;
...
...
include/Topology/generic/attributeHandler.hpp
View file @
248431e8
...
...
@@ -195,7 +195,7 @@ inline T& AttributeHandler<T, ORBIT, MAP_IMPL>::operator[](Cell<ORBIT> c)
unsigned
int
a
=
m_map
->
getEmbedding
(
c
)
;
if
(
a
==
EMBNULL
)
a
=
m_map
->
template
setOrbitEmbeddingOnNewCell
(
c
)
;
a
=
m_map
->
setOrbitEmbeddingOnNewCell
(
c
)
;
return
m_attrib
->
operator
[](
a
)
;
}
...
...
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