Changeset f75030 for molecuilder/src/verbose.cpp
- Timestamp:
- May 23, 2008, 9:17:19 AM (17 years ago)
- Children:
- 6145aa7
- Parents:
- 6c96f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified molecuilder/src/verbose.cpp ¶
r6c96f4 rf75030 7 7 ostream& Verbose::print (ostream &ost) const 8 8 { 9 for (int i= 0;i<Verbosity;i++)9 for (int i=Verbosity;i--;) 10 10 ost.put('\t'); 11 11 //cout << "Verbose(.) called." << endl;
Note:
See TracChangeset
for help on using the changeset viewer.