Bugfix: remove SWIG support
This commit is contained in:
parent
159422eba7
commit
6941477843
2 changed files with 0 additions and 4 deletions
|
@ -69,7 +69,6 @@ public:
|
||||||
|
|
||||||
//- Declare run-time constructor selection table
|
//- Declare run-time constructor selection table
|
||||||
|
|
||||||
#ifndef SWIG
|
|
||||||
declareRunTimeSelectionTable
|
declareRunTimeSelectionTable
|
||||||
(
|
(
|
||||||
autoPtr,
|
autoPtr,
|
||||||
|
@ -78,7 +77,6 @@ public:
|
||||||
(const fvMesh& mesh, const objectRegistry& obj),
|
(const fvMesh& mesh, const objectRegistry& obj),
|
||||||
(mesh, obj)
|
(mesh, obj)
|
||||||
);
|
);
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
|
|
|
@ -130,7 +130,6 @@ public:
|
||||||
|
|
||||||
// Declare runtime constructor selection table
|
// Declare runtime constructor selection table
|
||||||
|
|
||||||
#ifndef SWIG
|
|
||||||
declareRunTimeSelectionTable
|
declareRunTimeSelectionTable
|
||||||
(
|
(
|
||||||
autoPtr,
|
autoPtr,
|
||||||
|
@ -153,7 +152,6 @@ public:
|
||||||
),
|
),
|
||||||
(dict, T)
|
(dict, T)
|
||||||
);
|
);
|
||||||
#endif
|
|
||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
|
|
||||||
|
|
Reference in a new issue