Changeset bd8439 for molecuilder/src/analyzer.cpp
- Timestamp:
- Apr 28, 2008, 9:18:10 AM (17 years ago)
- Children:
- 2614f83
- Parents:
- 23409a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/analyzer.cpp
r23409a rbd8439 23 23 ForceMatrix ForceFragments; 24 24 KeySetsContainer KeySet; 25 stringstream prefix;26 25 ofstream output; 27 26 ofstream output2; … … 29 28 ofstream output4; 30 29 stringstream filename; 31 stringstream line;32 30 time_t t = time(NULL); 33 31 struct tm *ts = localtime(&t);
Note:
See TracChangeset
for help on using the changeset viewer.