Skip to content
Snippets Groups Projects
Commit 98631b69 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

git add <regenerated> ..Sim

parent 430b0303
Branches
Tags
1 merge request!718rename component Core -> Sim
Pipeline #58013 passed
File moved
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -3212,16 +3212,16 @@ static swig_module_info swig_module = {swig_types, 102, 0, 0, 0, 0}; ...@@ -3212,16 +3212,16 @@ static swig_module_info swig_module = {swig_types, 102, 0, 0, 0, 0};
#define SWIG_TypeQuery SWIG_Python_TypeQuery #define SWIG_TypeQuery SWIG_Python_TypeQuery
   
/*----------------------------------------------- /*-----------------------------------------------
@(target):= _libBornAgainCore.so @(target):= _libBornAgainSim.so
------------------------------------------------*/ ------------------------------------------------*/
#if PY_VERSION_HEX >= 0x03000000 #if PY_VERSION_HEX >= 0x03000000
# define SWIG_init PyInit__libBornAgainCore # define SWIG_init PyInit__libBornAgainSim
   
#else #else
# define SWIG_init init_libBornAgainCore # define SWIG_init init_libBornAgainSim
   
#endif #endif
#define SWIG_name "_libBornAgainCore" #define SWIG_name "_libBornAgainSim"
   
#define SWIGVERSION 0x040002 #define SWIGVERSION 0x040002
#define SWIG_VERSION SWIGVERSION #define SWIG_VERSION SWIGVERSION
...@@ -7544,7 +7544,7 @@ SWIG_AsVal_bool (PyObject *obj, bool *val) ...@@ -7544,7 +7544,7 @@ SWIG_AsVal_bool (PyObject *obj, bool *val)
* C++ director class methods * C++ director class methods
* --------------------------------------------------- */ * --------------------------------------------------- */
   
#include "libBornAgainCore_wrap.h" #include "libBornAgainSim_wrap.h"
   
SwigDirector_PyBuilderCallback::SwigDirector_PyBuilderCallback(PyObject *self): PyBuilderCallback(), Swig::Director(self) { SwigDirector_PyBuilderCallback::SwigDirector_PyBuilderCallback(PyObject *self): PyBuilderCallback(), Swig::Director(self) {
SWIG_DIRECTOR_RGTR((PyBuilderCallback *)this, this); SWIG_DIRECTOR_RGTR((PyBuilderCallback *)this, this);
...@@ -8,8 +8,8 @@ ...@@ -8,8 +8,8 @@
* interface file instead. * interface file instead.
* ----------------------------------------------------------------------------- */ * ----------------------------------------------------------------------------- */
#ifndef SWIG_libBornAgainCore_WRAP_H_ #ifndef SWIG_libBornAgainSim_WRAP_H_
#define SWIG_libBornAgainCore_WRAP_H_ #define SWIG_libBornAgainSim_WRAP_H_
#include <map> #include <map>
#include <string> #include <string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment