Skip to content

Commit

Permalink
TestNewRadX: Sync state after rhs calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Dec 8, 2024
1 parent b9d0e54 commit 2021948
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions TestNewRadX/src/test_newradx.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ extern "C" void TestNewRadX_Init(CCTK_ARGUMENTS) {
});
}

extern "C" void TestNewRadX_Sync(CCTK_ARGUMENTS) {
// do nothing
}

extern "C" void TestNewRadX_RHS(CCTK_ARGUMENTS) {
DECLARE_CCTK_ARGUMENTSX_TestNewRadX_RHS;
DECLARE_CCTK_PARAMETERS;
Expand Down

0 comments on commit 2021948

Please sign in to comment.