Ignore:
Timestamp:
Jun 22, 2008, 1:27:47 PM (17 years ago)
Author:
Frederik Heber <heber@…>
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.
Message:

Merge branch 'bisect' into AdaptiveMolecuilder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/parser.cpp

    rb73d28 rcccac6  
    186186      for(int k=skipcolumns;k--;)
    187187        lines >> filename;
    188       for(int k=0;(k<ColumnCounter) && (!line.eof());k++) {
     188      for(int k=0;(k<ColumnCounter) && (!lines.eof());k++) {
    189189        lines >> Matrix[i][j][k];
    190190        //cout << " " << setprecision(2) << Matrix[i][j][k];;
Note: See TracChangeset for help on using the changeset viewer.