Changeset 9f03b2 for molecuilder/src/config.cpp
- Timestamp:
- Mar 3, 2010, 9:31:24 AM (16 years ago)
- Children:
- 9565ec
- Parents:
- e49719
- File:
-
- 1 edited
-
molecuilder/src/config.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/config.cpp
re49719 r9f03b2 689 689 ParseForParameter(verbose,FileBuffer,"MaxTypes", 0, 1, 1, int_type, &(MaxTypes), 1, critical); 690 690 if (MaxTypes == 0) { 691 eLog() << Verbose( 0) << "There are no atoms according to MaxTypes in this config file." << endl;692 performCriticalExit();691 eLog() << Verbose(1) << "There are no atoms according to MaxTypes in this config file." << endl; 692 //performCriticalExit(); 693 693 } else { 694 694 // prescan number of ions per type
Note:
See TracChangeset
for help on using the changeset viewer.
