Bugfix: remove SWIG support

This commit is contained in:
Hrvoje Jasak 2017-08-02 10:51:07 +01:00
parent 159422eba7
commit 6941477843
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -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