Changeset 7a40c8


Ignore:
Timestamp:
Jun 22, 2008, 1:39:41 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
329d0f
Parents:
cccac6
Message:

ParseCommandLineOptions(): BUGFIX - break was missing for case 'n' causing next argument to be skipped

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/builder.cpp

    rcccac6 r7a40c8  
    793793            cout << "I won't parse trajectories." << endl;
    794794            configuration.FastParsing = true;
     795            break;
    795796          default:   // no match? Step on
    796797            argptr++;
Note: See TracChangeset for help on using the changeset viewer.