Skip to content

shMESA extras not copying the contents of the RSE template properly #1018

Description

@andysantarelli
  • A minor bug, but shMESA does not copy the contents of the RSE template to the working directory.
  • It appears to be a simple spacing issue on line 294 of $MESA_DIR/scripts/shmesa/shmesa
    • perl -i -pe "s| include 'standard_run_star_extras.inc'|$contents|g" "$rse"
    • should become...
    • perl -i -pe "s|\s*include 'standard_run_star_extras.inc'|$contents|g" "$rse"
    • this makes the replacement independent of how many spaces are in the string being replaced

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingshmesa

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions