Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
David Cazier
CGoGN
Commits
4bb1ab67
Commit
4bb1ab67
authored
Aug 30, 2012
by
untereiner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changing init from ihm3 to initImplicitProperties
parent
ca658477
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
include/Algo/ImplicitHierarchicalMesh/ihm3.h
include/Algo/ImplicitHierarchicalMesh/ihm3.h
+1
-1
include/Algo/ImplicitHierarchicalMesh/ihm3.hpp
include/Algo/ImplicitHierarchicalMesh/ihm3.hpp
+1
-1
src/Algo/ImplicitHierarchicalMesh/ihm3.cpp
src/Algo/ImplicitHierarchicalMesh/ihm3.cpp
+1
-1
No files found.
include/Algo/ImplicitHierarchicalMesh/ihm3.h
View file @
4bb1ab67
...
...
@@ -77,7 +77,7 @@ public:
/*!
*
*/
void
init
()
;
void
init
ImplicitProperties
()
;
/**
* clear the map
...
...
include/Algo/ImplicitHierarchicalMesh/ihm3.hpp
View file @
4bb1ab67
...
...
@@ -320,7 +320,7 @@ inline bool ImplicitHierarchicalMap3::foreach_dart_of_oriented_volume(Dart d, Fu
inline
bool
ImplicitHierarchicalMap3
::
foreach_dart_of_volume
(
Dart
d
,
FunctorType
&
f
,
unsigned
int
thread
)
{
return
foreach_dart_of_oriented_volume
(
d
,
f
)
;
return
foreach_dart_of_oriented_volume
(
d
,
f
,
thread
)
;
}
inline
bool
ImplicitHierarchicalMap3
::
foreach_dart_of_cc
(
Dart
d
,
FunctorType
&
f
,
unsigned
int
thread
)
...
...
src/Algo/ImplicitHierarchicalMesh/ihm3.cpp
View file @
4bb1ab67
...
...
@@ -67,7 +67,7 @@ void ImplicitHierarchicalMap3::clear(bool removeAttrib)
}
}
void
ImplicitHierarchicalMap3
::
init
()
void
ImplicitHierarchicalMap3
::
init
ImplicitProperties
()
{
initEdgeId
()
;
initFaceId
();
...
...
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