Skip to content

Commit

Permalink
fix cpu compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Nov 20, 2024
1 parent d2bf1e6 commit 664c9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/hydro/trace_ppm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Castro::trace_ppm(const Box& bx,
}

if (coord == 2 &&
(n == QRHO || n == QPRES || n == QREINT
(n == QRHO || n == QPRES || n == QREINT ||
n == QU || n == QV)) {
do_source_trace[n] = 1;
continue;
Expand Down

0 comments on commit 664c9f7

Please sign in to comment.