You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#ifdef BARYCENTRIC_MAPPER_TOPOCHANGE_REINIT
// handle topology changes in the From topologyvirtualvoidhandleTopologyChange(core::topology::Topology* t);
#endif// BARYCENTRIC_MAPPER_TOPOCHANGE_REINIT
Is coding to change to runtime condition instead of #IFDEF.
@JeremieA pointed that this rise consistency issues in how the topology changes are handled into the mapping.
Maybe we should keep that in mind and in some future do something (eg making a test that should be done all mapping to validate a consistent and clear behavior).
The text was updated successfully, but these errors were encountered:
damienmarchal
changed the title
In PR https://github.com/sofa-framework/sofa/pull/217/files.
[all] Unifying how topological change are handled in mappings.
Mar 31, 2017
In PR #217
Is coding to change to runtime condition instead of #IFDEF.
@JeremieA pointed that this rise consistency issues in how the topology changes are handled into the mapping.
Maybe we should keep that in mind and in some future do something (eg making a test that should be done all mapping to validate a consistent and clear behavior).
The text was updated successfully, but these errors were encountered: