Changeset 181f9e for molecuilder


Ignore:
Timestamp:
Sep 2, 2008, 12:05:31 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
55e916
Parents:
b562aa
Message:

fix: in config::edit() the loop asking for cell values had the wrong order

sigh from the dumb optimization...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/config.cpp

    rb562aa r181f9e  
    283283        case 'j': // BoxLength
    284284          cout << Verbose(0) << "enter lower triadiagonalo form of basis matrix" << endl << endl;
    285           for (int i=6;i--;) {
     285          for (int i=0;i<6;i++) {
    286286            cout << Verbose(0) << "Cell size" << i << ": ";
    287287            cin >> mol->cell_size[i];
Note: See TracChangeset for help on using the changeset viewer.