OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
PyElement.cpp
Go to the documentation of this file.
1#include "PyOpal/PyElement.h"
2
3//using namespace boost::python;
4namespace PyOpal {
5namespace PyElementNS {
6
7std::map<AttributeType, std::string> attributeName = std::map<AttributeType, std::string>({
8 {DOUBLE, "double"}
9});
10
11} // PyElementNS
12} // PyOpal
std::map< AttributeType, std::string > attributeName
Definition: PyElement.cpp:7