Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/atom_graphnodeinfo.cpp

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