Skip to content

Commit

Permalink
AsterSeeds: fix atmosphere
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykalinani committed Sep 5, 2024
1 parent b5457ed commit 82b272d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions AsterSeeds/src/atmosphere.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ extern "C" void Atmosphere_Initialize(CCTK_ARGUMENTS) {
[=] CCTK_HOST(const PointDesc &p)
CCTK_ATTRIBUTE_ALWAYS_INLINE { Avec_y(p.I) = 0.; });

:x


grid.loop_all<0, 0, 1>(
grid.nghostzones,
[=] CCTK_HOST(const PointDesc &p)
CCTK_ATTRIBUTE_ALWAYS_INLINE { Avec_z(p.I) = 0.; });
Expand Down

0 comments on commit 82b272d

Please sign in to comment.