Skip to content

Commit

Permalink
Update mixalot/combozzle name inside driver.
Browse files Browse the repository at this point in the history
  • Loading branch information
MTCam committed Apr 1, 2022
1 parent bed4f24 commit 6c770a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion combozzle.py
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ def dummy_rhs(t, state):

if __name__ == "__main__":
import argparse
casename = "mixalot"
casename = "combozzle"
parser = argparse.ArgumentParser(description=f"MIRGE-Com Example: {casename}")
parser.add_argument("--overintegration", action="store_true",
help="use overintegration in the RHS computations")
Expand Down

0 comments on commit 6c770a7

Please sign in to comment.