index
:
sddm
master
Code for the self-destructing dark matter search in SNO
Anthony LaTorre
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dc.h
blob: 34ddf09f896a425281f2d8e5997c5c5f4b9db669 (
plain
)
1
2
3
4
5
6
7
8
#ifndef DC_H #define DC_H #include "event.h" int is_flasher(event *ev); #endif