Changeset f39735 for molecuilder/src/verbose.cpp
- Timestamp:
- Jul 23, 2009, 1:45:24 PM (16 years ago)
- Children:
- 47548d
- Parents:
- 560995 (diff), 1b2aa1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Frederik Heber <heber@…> (07/23/09 12:34:47)
- git-committer:
- Frederik Heber <heber@…> (07/23/09 13:45:24)
- File:
-
- 1 edited
-
molecuilder/src/verbose.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/verbose.cpp
r560995 rf39735 7 7 ostream& Verbose::print (ostream &ost) const 8 8 { 9 for (int i=Verbosity;i--;)10 ost.put('\t');11 //cout << "Verbose(.) called." << endl;12 return ost;9 for (int i=Verbosity;i--;) 10 ost.put('\t'); 11 //cout << "Verbose(.) called." << endl; 12 return ost; 13 13 }; 14 14
Note:
See TracChangeset
for help on using the changeset viewer.
