Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit the line length for the command in the top #314

Merged
merged 3 commits into from
Sep 30, 2020

Commits on Sep 29, 2020

  1. Limit the line length for the command in the top

    Martinize2 writes the command it has been invoked with in
    the header of the TOP file it writes. If that command is too
    long, then it can pass the maximum line length that grompp
    can read.
    
    This commit truncate the command if it passes the limit.
    jbarnoud committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    ee0e873 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50a3ba2 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Configuration menu
    Copy the full SHA
    f335520 View commit details
    Browse the repository at this point in the history