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