Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CGoGN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
KennethVanhoey
CGoGN
Commits
248431e8
Commit
248431e8
authored
May 12, 2014
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compile VC2013
parent
edb26f50
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
include/Algo/Modelisation/tetrahedralization.h
include/Algo/Modelisation/tetrahedralization.h
+2
-1
include/Topology/generic/attributeHandler.hpp
include/Topology/generic/attributeHandler.hpp
+1
-1
No files found.
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
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