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
CGoGN
CGoGN
Commits
63eccf7d
Commit
63eccf7d
authored
Oct 05, 2012
by
untereiner
Browse files
file management 4
parent
e73d3657
Changes
3
Hide whitespace changes
Inline
Side-by-side
include/Algo/Multiresolution/Map2MR/Filters/lerp.h
View file @
63eccf7d
...
...
@@ -43,14 +43,6 @@ namespace Primal
namespace
Filters
{
/*********************************************************************************
* ANALYSIS FILTERS
*********************************************************************************/
/*********************************************************************************
* SYNTHESIS FILTERS
*********************************************************************************/
...
...
include/Algo/Multiresolution/Map2MR/Masks/lerp.h
View file @
63eccf7d
...
...
@@ -105,7 +105,8 @@ public:
bool
operator
()
(
Dart
d
)
{
Dart
df
=
m_map
.
phi1
(
m_map
.
phi1
(
d
))
;
//Dart df = m_map.phi1(m_map.phi1(d)) ;
Dart
df
=
m_map
.
phi1
(
d
)
;
m_map
.
decCurrentLevel
()
;
...
...
include/Algo/Multiresolution/Map2MR/map2MR_PrimalAdapt.hpp
View file @
63eccf7d
...
...
@@ -22,7 +22,7 @@
* *
*******************************************************************************/
#include
"Algo/Multiresolution/
m
ap2MR/map2MR_PrimalAdapt.h"
#include
"Algo/Multiresolution/
M
ap2MR/map2MR_PrimalAdapt.h"
namespace
CGoGN
{
...
...
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