Changeset 9bfb34


Ignore:
Timestamp:
May 30, 2008, 9:03:32 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
08e223
Parents:
cfaf42
Message:

for bigger molecules listing of found keywords slows things done (yet, parsing is slow nonetheless)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/config.cpp

    rcfaf42 r9bfb34  
    647647        repetition++;
    648648      repetition--;
    649       cout << "Found " << repetition << " times of the keyword " << keyword << "." << endl;
     649      //cout << "Found " << repetition << " times of the keyword " << keyword << "." << endl;
    650650      ParseForParameter(verbose,file, keyword, 0, 1, 1, double_type, &neues->x.x[0], repetition,critical);
    651651      ParseForParameter(verbose,file, keyword, 0, 2, 1, double_type, &neues->x.x[1], repetition,critical);
Note: See TracChangeset for help on using the changeset viewer.