Changeset ffcf49 for molecuilder/src/builder.cpp
- Timestamp:
 - Jun 10, 2008, 11:21:13 AM (17 years ago)
 - Children:
 - 2259f4
 - Parents:
 - b9a995
 - File:
 - 
      
- 1 edited
 
- 
          
  molecuilder/src/builder.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
molecuilder/src/builder.cpp
rb9a995 rffcf49 761 761 cout << "\t-h/-H/-?\tGive this help screen." << endl; 762 762 cout << "\t-m\tAlign in PAS with greatest EV along z axis." << endl; 763 cout << "\t-n\tFast parsing (i.e. no trajectories are looked for)." << endl; 763 764 cout << "\t-p <file>\tParse given xyz file and create raw config file from it." << endl; 764 765 cout << "\t-r\t\tConvert file from an old pcp syntax." << endl; … … 784 785 argptr+=1; 785 786 break; 787 case 'n': 788 cout << "I won't parse trajectories." << endl; 789 configuration.FastParsing = true; 786 790 default: // no match? Step on 787 791 argptr++;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  