Commit 6f835500 authored by Kristin Berry's avatar Kristin Berry
Browse files

Swap order of vertexMap and graph clear

parent d9c57713
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -152,8 +152,8 @@ namespace Isis {
      points->clear();
    }

    m_controlGraph.clear();
    m_vertexMap.clear();
    m_controlGraph.clear();

    if (pointIds) {
      pointIds->clear();