Skip to content

Commit

Permalink
Moving out param to end of param list #2
Browse files Browse the repository at this point in the history
  • Loading branch information
emily-howell committed Aug 22, 2024
1 parent e1fe728 commit fcea207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/replay/replay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ main(int argc, char *argv[])
//
int mpi_comm = ascent_opts.has_child("mpi_comm") ? ascent_opts["mpi_comm"].to_int() : -1;
conduit::Node actions;
load_actions(actions, options.m_actions_file, mpi_comm);
load_actions(options.m_actions_file, mpi_comm, actions);

ascent::Ascent ascent;
ascent.open(ascent_opts);
Expand Down

0 comments on commit fcea207

Please sign in to comment.