Skip to content

Commit

Permalink
Fix test to have new regrid arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
oehmke committed Nov 5, 2024
1 parent 929b538 commit 74fdd3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Infrastructure/Mesh/tests/ESMCI_MCT.C
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,8 @@ class MCT {
int has_iw = 0;
int nentries = 0;
ESMCI::TempWeights *tweights = NULL;
ESMCI::RouteHandle *trh = NULL;
int has_trh = 0;
int has_udl = 0;
int num_udl = 0;
ESMCI::TempUDL *tudl = NULL;
Expand All @@ -885,7 +887,8 @@ class MCT {
&ignore_degenerate,
&src_term_processing, &pipeline_depth,
&rh, &has_rh,
&has_iw, &nentries, &tweights,
&has_iw, &nentries, &tweights,
&trh, &has_trh,
&has_udl, &num_udl, &tudl,
&has_status_array, &dummy_status_array,
&check_flag, &localrc);
Expand Down

0 comments on commit 74fdd3d

Please sign in to comment.