svalinn / Cubit-plugin

Plugins and command extensions for Coreform Cubit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iGeom incompatibility for Trelis >= 17.0

pshriwise opened this issue · comments

When recently building the plugin, I found that the call to CGMApp::instance()->attrib_manager() now returns an object rather than a pointer to an object. So we'll need to do some version checking in the CMake and add a compiler def in the iGeom.cpp file. Thankfully this only affects one region of the code.

Addressed by #64