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
CGoGN
CGoGN
Commits
47bdc707
Commit
47bdc707
authored
Jun 11, 2015
by
Sylvain Thery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
maphandler::getBB inline
parent
bc264aa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
SCHNApps/include/mapHandler.h
SCHNApps/include/mapHandler.h
+1
-1
No files found.
SCHNApps/include/mapHandler.h
View file @
47bdc707
...
...
@@ -334,7 +334,7 @@ protected:
Geom
::
BoundingBox
<
VEC3
>
m_bb
;
public:
const
Geom
::
BoundingBox
<
VEC3
>&
getBB
()
const
{
return
m_bb
;
}
inline
const
Geom
::
BoundingBox
<
VEC3
>&
getBB
()
const
{
return
m_bb
;
}
};
}
// namespace SCHNApps
...
...
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