Skip to content

Try to clean up an uninitialised value error...

David Thompson requested to merge dcthomp/smtk:initialize-cache into master

@ben.boeckel Does this fix #325 (closed) for you? I can't imagine where else the problem would be; m_geometry is a vtkSmartPointer<vtkDataObject> which has a default initializer.

Merge request reports