Changes in src/atom_graphnodeinfo.cpp [112b09:5e8e02]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/atom_graphnodeinfo.cpp
r112b09 r5e8e02 9 9 10 10 #include "atom_graphnodeinfo.hpp" 11 #include "memoryallocator.hpp"12 11 13 12 /** Constructor of class GraphNodeInfo. 14 13 */ 15 GraphNodeInfo::GraphNodeInfo() : GraphNr(-1), ComponentNr( NULL), LowpointNr(-1), SeparationVertex(false), IsCyclic(false), Ancestor(NULL) {};14 GraphNodeInfo::GraphNodeInfo() : GraphNr(-1), ComponentNr(0), LowpointNr(-1), SeparationVertex(false), IsCyclic(false), Ancestor(0) {}; 16 15 17 16 /** Destructor of class GraphNodeInfo.
Note:
See TracChangeset
for help on using the changeset viewer.