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