Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Corryvreckan
Corryvreckan
Commits
fa30bf6e
Commit
fa30bf6e
authored
Nov 13, 2018
by
Simon Spannagel
Browse files
CLICpix2: remove explicit destructor
parent
55c547d5
Pipeline
#585311
failed with stages
in 3 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/modules/EventLoaderCLICpix2/CLICpix2/clicpix2_pixels.hpp
View file @
fa30bf6e
...
...
@@ -15,8 +15,6 @@ namespace caribou {
// The individual values are set via the member functions of a specialized classes
class
clicpix2_pixel
:
public
virtual
pixel
{
public:
virtual
~
clicpix2_pixel
(){};
// direct latch access
void
setLatches
(
uint16_t
latches
)
{
m_latches
=
latches
;
}
...
...
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