Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/atom_graphnodeinfo.cpp

    r112b09 r5e8e02  
    99
    1010#include "atom_graphnodeinfo.hpp"
    11 #include "memoryallocator.hpp"
    1211
    1312/** Constructor of class GraphNodeInfo.
    1413 */
    15 GraphNodeInfo::GraphNodeInfo() : GraphNr(-1), ComponentNr(NULL), LowpointNr(-1), SeparationVertex(false), IsCyclic(false), Ancestor(NULL) {};
     14GraphNodeInfo::GraphNodeInfo() : GraphNr(-1), ComponentNr(0), LowpointNr(-1), SeparationVertex(false), IsCyclic(false), Ancestor(0) {};
    1615
    1716/** Destructor of class GraphNodeInfo.
Note: See TracChangeset for help on using the changeset viewer.