Skip to content

Commit

Permalink
Merge branch 'build-production-actx-init' into production-actx-init
Browse files Browse the repository at this point in the history
  • Loading branch information
MTCam committed Jun 30, 2023
2 parents 86bc2b0 + 32ec53d commit 174ae2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/multiple-volumes-mpi.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def my_rhs(t, state):
if args.restart_file:
rst_filename = args.restart_file

main(actx_class, use_logmgr=args.log, use_overintegration=args.overintegration,
main(actx_class, use_logmgr=args.log,
use_leap=args.leap, use_esdg=args.esdg,
use_overintegration=args.overintegration or args.esdg,
casename=casename, rst_filename=rst_filename)
Expand Down

0 comments on commit 174ae2d

Please sign in to comment.