Skip to content

Commit 4c3072d

Browse files
committed
fix UCT HLLD when using DIMENSIONS<COMPONENTS
1 parent d83d694 commit 4c3072d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fluid/RiemannSolver/MHDsolvers/storeFlux.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ KOKKOS_FORCEINLINE_FUNCTION void K_StoreHLLD( const int i, const int j, const in
201201
}
202202

203203
#if COMPONENTS > 1
204-
EXPAND( Et(k,j,i) = -st*(ar*vL[Xt] - al*vR[Xt])*scrh; ,
204+
D_EXPAND( Et(k,j,i) = -st*(ar*vL[Xt] - al*vR[Xt])*scrh; ,
205205
,
206206
Eb(k,j,i) = -sb*(ar*vL[Xb] - al*vR[Xb])*scrh; );
207207
#endif

0 commit comments

Comments
 (0)