Changeset 1de701 for molecuilder/src/atom_graphnode.cpp
- Timestamp:
- May 8, 2010, 12:47:57 PM (16 years ago)
- Children:
- 0341a9
- Parents:
- 25e17e9
- File:
-
- 1 edited
-
molecuilder/src/atom_graphnode.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/atom_graphnode.cpp
r25e17e9 r1de701 27 27 void GraphNode::OutputGraphInfo() const 28 28 { 29 DoLog(2) && (Log() << Verbose(2) << "Atom " << Name<< " is " << ((SeparationVertex) ? "a" : "not a") << " separation vertex, components are ");29 DoLog(2) && (Log() << Verbose(2) << "Atom " << getName() << " is " << ((SeparationVertex) ? "a" : "not a") << " separation vertex, components are "); 30 30 OutputComponentNumber(); 31 31 DoLog(3) && (Log() << Verbose(3) << " with Lowpoint " << LowpointNr << " and Graph Nr. " << GraphNr << "." << endl);
Note:
See TracChangeset
for help on using the changeset viewer.
