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

ParmParse: Line Continuation #3437

Merged

Commits on Jul 21, 2023

  1. ParmParse: Line Continuation

    In AMReX-Codes#3433, we added an option to disable multi-line support to avoid certain
    types of errors. Since multi-line support seems to be desirable feature, we
    add a new feature that uses `\` as line continuation. To avoid confusion, we
    have decided to stop supporting the old style of multi-line values and make
    it a runtime error. Hopefully it does not cause too much trouble for users.
    WeiqunZhang committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ca4ca2e View commit details
    Browse the repository at this point in the history