Changeset cccac6 for molecuilder/src/parser.cpp
- Timestamp:
- Jun 22, 2008, 1:27:47 PM (17 years ago)
- Children:
- 7a40c8
- Parents:
- b73d28 (diff), 73bc6b (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. - File:
-
- 1 edited
-
molecuilder/src/parser.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/parser.cpp
rb73d28 rcccac6 186 186 for(int k=skipcolumns;k--;) 187 187 lines >> filename; 188 for(int k=0;(k<ColumnCounter) && (!line .eof());k++) {188 for(int k=0;(k<ColumnCounter) && (!lines.eof());k++) { 189 189 lines >> Matrix[i][j][k]; 190 190 //cout << " " << setprecision(2) << Matrix[i][j][k];;
Note:
See TracChangeset
for help on using the changeset viewer.
