Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
Takin
mag-core
Commits
e64ec1e8
Commit
e64ec1e8
authored
Aug 29, 2019
by
Tobias WEBER
Browse files
minor fix
parent
64f395af
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/main/data.cpp
View file @
e64ec1e8
...
...
@@ -638,7 +638,7 @@ bool Dataset::SaveGpl(const std::string& file) const
const
std
::
size_t
iNumPts
=
sizeof
(
pts
)
/
sizeof
(
*
pts
);
std
::
string
xlabel
=
"
x
"
;
std
::
string
xlabel
=
""
;
std
::
size_t
N
=
GetNumChannels
();
for
(
std
::
size_t
ch
=
0
;
ch
<
N
;
++
ch
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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