Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
CGoGN
CGoGN
Commits
c12a2401
Commit
c12a2401
authored
Oct 23, 2014
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug compil schnapp under mac
parent
e069adeb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
SCHNApps/include/mapHandler.hpp
SCHNApps/include/mapHandler.hpp
+1
-1
No files found.
SCHNApps/include/mapHandler.hpp
View file @
c12a2401
...
...
@@ -211,7 +211,7 @@ void MapHandler<PFP>::updateTopoRender(const QString& positionName)
typename
PFP
::
MAP
*
map
=
this
->
getMap
();
VertexAttribute
<
typename
PFP
::
VEC3
,
typename
PFP
::
MAP
>
position
=
map
->
getAttribute
<
VEC3
,
VERTEX
,
MAP
>
(
positionName
.
toStdString
())
;
VertexAttribute
<
typename
PFP
::
VEC3
,
typename
PFP
::
MAP
>
position
=
map
->
template
getAttribute
<
VEC3
,
VERTEX
,
MAP
>(
positionName
.
toStdString
())
;
if
(
position
.
isValid
())
{
m_topoRender
->
updateData
<
PFP
>
(
*
map
,
position
,
false
);
...
...
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