Changeset 9bfb34
- Timestamp:
- May 30, 2008, 9:03:32 AM (17 years ago)
- Children:
- 08e223
- Parents:
- cfaf42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/config.cpp
rcfaf42 r9bfb34 647 647 repetition++; 648 648 repetition--; 649 cout << "Found " << repetition << " times of the keyword " << keyword << "." << endl;649 //cout << "Found " << repetition << " times of the keyword " << keyword << "." << endl; 650 650 ParseForParameter(verbose,file, keyword, 0, 1, 1, double_type, &neues->x.x[0], repetition,critical); 651 651 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.