OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
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,
9  };
10 }
11 
12 #endif