Destroy correct mapping if it exists in MatSetLocalToGlobalMappingBlock.
This, and similar code in MatSetLocalToGlobalMapping cannot be executed because of a guard that a mapping can only be set onc
Destroy correct mapping if it exists in MatSetLocalToGlobalMappingBlock.
This, and similar code in MatSetLocalToGlobalMapping cannot be executed because of a guard that a mapping can only be set once. Should it be removed or should the guard be removed? This patch merely makes it correct if the guard is removed.
Hg-commit: d4be1a3b99bb542f0e79ef6c89bd4598ee55518a
show more ...
|