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
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
398982f9
Commit
398982f9
authored
Jul 06, 2012
by
Stefan Philips
Browse files
[CHANGE] WVector3Type without namespace -> 'make doc' doesn't complain
parent
fc58eb03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/core/dataHandler/WGridRegular3D.h
src/core/dataHandler/WGridRegular3D.h
+1
-1
No files found.
src/core/dataHandler/WGridRegular3D.h
View file @
398982f9
...
...
@@ -660,7 +660,7 @@ inline typename WGridRegular3DTemplate< T >::Vector3Type WGridRegular3DTemplate<
}
template
<
typename
T
>
inline
int
WGridRegular3DTemplate
<
T
>::
getVoxelNum
(
const
WGridRegular3DTemplate
<
T
>::
Vector3Type
&
pos
)
const
inline
int
WGridRegular3DTemplate
<
T
>::
getVoxelNum
(
const
Vector3Type
&
pos
)
const
{
// Note: the reason for the +1 is that the first and last Voxel in a x-axis
// row are cut.
...
...
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