OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
changes.h
Go to the documentation of this file.
1 #ifndef CHANGES_H
2 #define CHANGES_H
3 
4 #include <map>
5 #include <string>
6 namespace Versions {
7  extern std::map<unsigned int, std::string> changes;
8 
9  void fillChanges();
10 }
11 
12 #endif
std::map< unsigned int, std::string > changes
Definition: changes.cpp:7
void fillChanges()
Definition: changes.cpp:9