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
KennethVanhoey
CGoGN
Commits
2b430240
Commit
2b430240
authored
Dec 13, 2012
by
Sauvage
Browse files
suppression de warnings
parent
7bc9e7b5
Changes
2
Show whitespace changes
Inline
Side-by-side
include/Algo/Decimation/edgeSelector.hpp
View file @
2b430240
...
...
@@ -991,7 +991,7 @@ void EdgeSelector_NormalArea<PFP>::computeEdgeMatrix(Dart d)
edgeMatrix
[
d
]
*=
e
.
norm2
();
edgeMatrix
[
d
]
-=
Geom
::
transposed_vectors_mult
(
e
,
e
)
;
// TODO : test : try to normalize by area
edgeMatrix
[
d
]
/=
e
.
norm2
();
// pas d'amélioration significative par rapport à la version sans normalisation
//
edgeMatrix[d] /= e.norm2(); // pas d'amélioration significative par rapport à la version sans normalisation
// edgeMatrix[d] /= e.norm2() * e.norm2(); // étonnament bon : sur certains maillages équivalant à la QEMml
}
...
...
include/Algo/Selection/collector.h
View file @
2b430240
...
...
@@ -208,6 +208,7 @@ class CollectorCriterion
{
public
:
CollectorCriterion
()
{};
virtual
~
CollectorCriterion
()
{}
;
virtual
void
init
(
Dart
center
)
=
0
;
virtual
bool
isInside
(
Dart
d
)
=
0
;
...
...
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