Skip to content

Commit

Permalink
update 07.06.24-02
Browse files Browse the repository at this point in the history
  • Loading branch information
mo-lormi committed Jun 7, 2024
1 parent c9cbaeb commit 4b8e336
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tests/interpolation/test_interpolation_binning.cc
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ CASE("rigridding from high to low resolution; grid type: CS-LFR") {
// performing the regridding from high to low resolution
regrid_high2low.execute(fs_s, fs_t);

fs_t["field_01_t"].haloExchange();


//--

Expand Down Expand Up @@ -186,6 +188,8 @@ CASE("rigridding from high to low resolution; grid type: O") {
// performing the regridding from high to low resolution
regrid_high2low.execute(fs_s, fs_t);

fs_t["field_01_t"].haloExchange();


//--

Expand Down

0 comments on commit 4b8e336

Please sign in to comment.