Changeset 418117a for molecuilder/src/atom_graphnode.cpp
- Timestamp:
- Nov 23, 2009, 6:22:33 PM (16 years ago)
- Children:
- 3d4969
- Parents:
- 09d3b8
- File:
-
- 1 edited
-
molecuilder/src/atom_graphnode.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/atom_graphnode.cpp
r09d3b8 r418117a 29 29 Log() << Verbose(2) << "Atom " << Name << " is " << ((SeparationVertex) ? "a" : "not a") << " separation vertex, components are "; 30 30 OutputComponentNumber(); 31 Log() << Verbose( 0) << " with Lowpoint " << LowpointNr << " and Graph Nr. " << GraphNr << "." << endl;31 Log() << Verbose(3) << " with Lowpoint " << LowpointNr << " and Graph Nr. " << GraphNr << "." << endl; 32 32 }; 33 33 … … 40 40 if (ComponentNr != NULL) { 41 41 for (int i=0; ComponentNr[i] != -1; i++) 42 Log() << Verbose( 0) << ComponentNr[i] << " ";42 Log() << Verbose(2) << ComponentNr[i] << " "; 43 43 } 44 44 };
Note:
See TracChangeset
for help on using the changeset viewer.
