For VectorPolarizationPlugin we need to manually add.
SET(LIBS_AUX
PyPlugin
cc3d::VectorFieldPolarization
...
to core/pyinterface/CompuCellPython/CMakeLists.txt but it should be added automatically. If we do not add this dependency we will get a RunTime error saying that the Constructor of the newly added plugin is not in _CompuCell.so
For VectorPolarizationPlugin we need to manually add.
SET(LIBS_AUX PyPlugin cc3d::VectorFieldPolarization ...to
core/pyinterface/CompuCellPython/CMakeLists.txtbut it should be added automatically. If we do not add this dependency we will get a RunTime error saying that the Constructor of the newly added plugin is not in _CompuCell.so