svalinn / Cubit-plugin

Plugins and command extensions for Coreform Cubit
BSD 3-Clause "New" or "Revised" License
17 stars 14 forks source link

iGeom incompatibility for Trelis >= 17.0 #60

Closed pshriwise closed 3 years ago

pshriwise commented 4 years ago

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.

pshriwise commented 3 years ago

Addressed by #64