Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
a687d700
Commit
a687d700
authored
May 02, 2019
by
Simon Spannagel
Browse files
Pixel: define explicit copy constructor
parent
ef52b6ef
Pipeline
#836281
failed with stages
in 2 minutes and 47 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/modules/EventLoaderCLICpix2/CLICpix2/datatypes.hpp
View file @
a687d700
...
@@ -40,6 +40,7 @@ namespace caribou {
...
@@ -40,6 +40,7 @@ namespace caribou {
public:
public:
pixel
(){};
pixel
(){};
virtual
~
pixel
(){};
virtual
~
pixel
(){};
pixel
(
const
pixel
&
)
=
default
;
/** Overloaded ostream operator for printing of pixel data
/** Overloaded ostream operator for printing of pixel data
*/
*/
...
...
Write
Preview
Supports
Markdown
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