Skip to content

Commit

Permalink
Fix StateTest failure caused by previous Halo PR
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-oneill committed Dec 10, 2024
1 parent 18de8ef commit 86d95e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/omega/test/ocn/StateTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ int initStateTest() {
}

// Finish initialization of initial state by filling halos and copying
// to device. Current time level is zero.
// to host. Current time level is zero.
OceanState *DefState = OceanState::getDefault();
DefState->exchangeHalo(0);
DefState->copyToDevice(0);
DefState->copyToHost(0);

return Err;
}
Expand Down

0 comments on commit 86d95e7

Please sign in to comment.