Import 2017-06-07 23:51:09: master cc2ce78a
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
lassoan | lassoan | master | 2015-12-23 16:42:05 | master b2fbe65f |
Changeset | ENH: Replace asserts by error handling in vtkMRMLScene Problem: Essential checks were performed in vtkMRMLScene using asserts. These "work" in debug builds (makes the application crash) but asswerts are ignored in release builds. Solution: Asserts were replaced by warning logs (instead of silently ignoring the errors) and/or returning with failure (instead of crashing). git-svn-id: http://svn.slicer.org/Slicer4/trunk@24828 3bd1e089-480b-0410-8dfb-8563597acbee |
|||
mod - Libs/MRML/Core/vtkMRMLScene.cxx | Diff File |