Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GANILAnalysis
MFMlib
Commits
05577af2
Commit
05577af2
authored
Jul 19, 2021
by
LEGEARD Luc
☢
Browse files
add MFMCommonFrame(MFMCommonFrame* frame) constructor
parent
9556a941
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
sources/MFMCommonFrame.cc
sources/MFMCommonFrame.cc
+3
-2
No files found.
sources/MFMCommonFrame.cc
View file @
05577af2
...
...
@@ -37,14 +37,15 @@ MFMCommonFrame::MFMCommonFrame(int unitBlock_size, int dataSource,
//_______________________________________________________________________________
MFMCommonFrame
::
MFMCommonFrame
(
MFMCommonFrame
*
frame
)
{
/// Constructor \n
Init
();
int
i
=
0
;
char
*
pttest
;
char
*
thispttest
;
frame
->
SetAttributs
();
int
size
=
test
frame
->
GetFrameSize
();
int
size
=
frame
->
GetFrameSize
();
SetBufferSize
(
size
);
thispttest
=
(
char
*
)(
GetPointHeader
());
pttest
=
(
char
*
)(
test
frame
->
GetPointHeader
());
pttest
=
(
char
*
)(
frame
->
GetPointHeader
());
for
(
i
=
0
;
i
<
size
;
i
++
)
{
(
thispttest
[
i
]
=
(
char
)((
pttest
[
i
])));
}
...
...
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