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
|
||||
|
||||
#ifndef SWIG
|
||||
declareRunTimeSelectionTable
|
||||
(
|
||||
autoPtr,
|
||||
|
@ -78,7 +77,6 @@ public:
|
|||
(const fvMesh& mesh, const objectRegistry& obj),
|
||||
(mesh, obj)
|
||||
);
|
||||
#endif
|
||||
|
||||
|
||||
// Constructors
|
||||
|
|
|
@ -130,7 +130,6 @@ public:
|
|||
|
||||
// Declare runtime constructor selection table
|
||||
|
||||
#ifndef SWIG
|
||||
declareRunTimeSelectionTable
|
||||
(
|
||||
autoPtr,
|
||||
|
@ -153,7 +152,6 @@ public:
|
|||
),
|
||||
(dict, T)
|
||||
);
|
||||
#endif
|
||||
|
||||
// Constructors
|
||||
|
||||
|
|
Reference in a new issue