Skip to content

Commit

Permalink
Correct internal_flux for grc ?
Browse files Browse the repository at this point in the history
  • Loading branch information
maximejay committed Sep 5, 2024
1 parent db76bfb commit aa648fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smash/_constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def get_rr_internal_fluxes_from_structure(structure: str) -> list[str]:
["pn", "en", "pr", "perc", "lexc", "prr", "prd", "qr", "qd", "qt"], # % gr4
["pn", "en", "pr", "perc", "lexc", "prr", "prd", "qr", "qd", "qt"], # % gr5
["pn", "en", "pr", "perc", "lexc", "prr", "prd", "prl", "qr", "qd", "ql", "qt"], # % gr6
["pn", "en", "pr", "perc", "lexc", "prr", "prd", "qr", "qd", "qt"], # % grc
["pn", "en", "pr", "perc", "lexc", "prr", "prd", "prl", "qr", "qd", "ql", "qt"], # % grc
["ei", "pn", "en", "pr", "perc", "prr", "qr", "qt"], # % grd
["ei", "pn", "en", "pr", "perc", "prr", "prd", "qr", "qd", "qt"], # % loieau
["pn", "en", "qr", "qb", "qt"], # % vic3l
Expand Down

0 comments on commit aa648fb

Please sign in to comment.