Changeset ffcf49 for molecuilder


Ignore:
Timestamp:
Jun 10, 2008, 11:21:13 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
2259f4
Parents:
b9a995
Message:

fastparse enabled by "-n"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/builder.cpp

    rb9a995 rffcf49  
    761761            cout << "\t-h/-H/-?\tGive this help screen." << endl;
    762762            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;
    763764            cout << "\t-p <file>\tParse given xyz file and create raw config file from it." << endl;
    764765            cout << "\t-r\t\tConvert file from an old pcp syntax." << endl;
     
    784785            argptr+=1;
    785786            break;
     787          case 'n':
     788            cout << "I won't parse trajectories." << endl;
     789            configuration.FastParsing = true;
    786790          default:   // no match? Step on
    787791            argptr++;
Note: See TracChangeset for help on using the changeset viewer.