Skip to content
Snippets Groups Projects

PyCore: Re-implementation of embedded Python as a separate module (Major change)

Merged Ammar Nejati requested to merge newEmbeddedPython into main
5 files
+ 36
26
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 4
1
@@ -15,10 +15,13 @@
#ifndef BORNAGAIN_DEVICE_DATA_DATAFIELD_H
#define BORNAGAIN_DEVICE_DATA_DATAFIELD_H
#include "Base/Py/PyObject.h"
#include <memory>
#include <vector>
#ifdef BORNAGAIN_PYTHON
#include "PyCore/Embed/PyObjectDecl.h"
#endif
using std::size_t;
class Scale;
Loading