OPALX (Object Oriented Parallel Accelerator Library for Exascal)
MINIorX
OPALX
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
Versions
Definition
changes.cpp:9
Versions::fillChanges
void fillChanges()
Definition
changes.cpp:12
Versions::changes
std::map< unsigned int, std::string > changes
Definition
changes.cpp:10