OPAL (Object Oriented Parallel Accelerator Library)  2021.1.99
OPAL
OptionTypes.h
Go to the documentation of this file.
1 #ifndef OPTIONTYPES_H
2 #define OPTIONTYPES_H
3 
4 namespace Options {
5  enum DumpFrame {
6  GLOBAL=0,
8  REFERENCE=2
9  };
10 }
11 
12 #endif
@ BUNCH_MEAN
Definition: OptionTypes.h:7
@ GLOBAL
Definition: OptionTypes.h:6
@ REFERENCE
Definition: OptionTypes.h:8