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
478e15a7
Commit
478e15a7
authored
Jun 26, 2013
by
Sebastian Eichelbaum
Browse files
[FIX] transfer function exporter did not write all values, only the first quarter.
parent
8923ee16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/modules/writeTransferFunction/WMWriteTransferFunction.cpp
...modules/writeTransferFunction/WMWriteTransferFunction.cpp
+1
-1
No files found.
src/modules/writeTransferFunction/WMWriteTransferFunction.cpp
View file @
478e15a7
...
...
@@ -207,7 +207,7 @@ void WMWriteTransferFunction::moduleMain()
continue
;
}
f
.
write
(
reinterpret_cast
<
const
char
*>
(
vs
->
rawData
()
),
vs
->
s
ize
()
);
f
.
write
(
reinterpret_cast
<
const
char
*>
(
vs
->
rawData
()
),
vs
->
rawS
ize
()
);
// done.
f
.
close
();
...
...
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