Skip to content

Commit

Permalink
TestRKAB: Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Sanches committed Oct 23, 2024
1 parent 0cc8f9d commit 165c16d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions TestRKAB/src/initial.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ extern "C" void TestRKAB_Initial(CCTK_ARGUMENTS) {
grid.loop_int_device<0, 0, 0>(grid.nghostzones,
[&] CCTK_DEVICE(const Loop::PointDesc &p)
CCTK_ATTRIBUTE_ALWAYS_INLINE {
const auto t{cctk_time};

phi(p.I) = noise_distrib(noise_engine);
Pi(p.I) = noise_distrib(noise_engine);
Dx(p.I) = noise_distrib(noise_engine);
Expand Down

0 comments on commit 165c16d

Please sign in to comment.