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
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
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
Show 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