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
Hurstel
CGoGN
Commits
a4e5f521
Commit
a4e5f521
authored
May 05, 2014
by
untereiner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix : myMap.isVolumeIncidentToBoundary in volumeExplorer App
parent
982a728e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Apps/Examples/volumeExplorer.cpp
Apps/Examples/volumeExplorer.cpp
+2
-2
No files found.
Apps/Examples/volumeExplorer.cpp
View file @
a4e5f521
...
...
@@ -176,7 +176,7 @@ void MyQT::cb_Open()
// if (v>maxV)
// maxV=v;
if
(
myMap
.
is
BoundaryAdjacentVolume
(
d
))
if
(
myMap
.
is
VolumeIncidentToBoundary
(
d
))
color
[
d
]
=
PFP
::
VEC3
(
0
,
0
,
0
);
}
// for (unsigned int i = color.begin(); i != color.end(); color.next(i))
...
...
@@ -421,7 +421,7 @@ int main(int argc, char **argv)
// if (v>maxV)
// maxV=v;
if
(
myMap
.
is
BoundaryAdjacentVolume
(
d
))
if
(
myMap
.
is
VolumeIncidentToBoundary
(
d
))
color
[
d
]
=
PFP
::
VEC3
(
0
,
0
,
0
);
else
color
[
d
]
=
PFP
::
VEC3
(
v
,
0
,
0
);
...
...
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