Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
10a35ec8
Commit
10a35ec8
authored
Sep 29, 2014
by
Don Gagne
Browse files
Change tabs to spaces
parent
2bc01545
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs/qwt/qwt_point_data.cpp
View file @
10a35ec8
...
...
@@ -40,7 +40,7 @@ QwtPointArrayData::QwtPointArrayData( const double *x,
d_x
.
resize
(
static_cast
<
int
>
(
size
)
);
::
memcpy
(
d_x
.
data
(),
x
,
size
*
sizeof
(
double
)
);
d_y
.
resize
(
static_cast
<
int
>
(
size
));
d_y
.
resize
(
static_cast
<
int
>
(
size
));
::
memcpy
(
d_y
.
data
(),
y
,
size
*
sizeof
(
double
)
);
}
...
...
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