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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
KennethVanhoey
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)
...
@@ -211,7 +211,7 @@ void MapHandler<PFP>::updateTopoRender(const QString& positionName)
typename
PFP
::
MAP
*
map
=
this
->
getMap
();
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
())
if
(
position
.
isValid
())
{
{
m_topoRender
->
updateData
<
PFP
>
(
*
map
,
position
,
false
);
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