Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
OpenWalnut Core
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
36
Issues
36
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Schedules
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
73ca4abe
Commit
73ca4abe
authored
Nov 16, 2018
by
Stefan Philips
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] Remove warning of unused variable
parent
3e187b2f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/modules/openIGTLink/WIGTLinkRemote.cpp
+0
-2
No files found.
src/modules/openIGTLink/WIGTLinkRemote.cpp
View file @
73ca4abe
...
...
@@ -234,10 +234,8 @@ WDataSetScalarSPtr WIGTLinkRemote::receiveImage( igtl::MessageHeader::Pointer he
float
spacing
[
3
];
int
svsize
[
3
];
int
svoffset
[
3
];
int
scalarType
;
igtl
::
Matrix4x4
mat
;
scalarType
=
imgMsg
->
GetScalarType
();
imgMsg
->
GetDimensions
(
size
);
imgMsg
->
GetSpacing
(
spacing
);
imgMsg
->
GetSubVolume
(
svsize
,
svoffset
);
...
...
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