Skip to content

Commit

Permalink
fmt...
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroBarker committed Jan 18, 2024
1 parent 923a97e commit e6aa218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tracers/tracers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ void FillTracers(MeshBlockData<Real> *rc) {

// bernoulli
const Real h = 1.0 + energy + pressure / rho;
const Real bernoulli = - (W / lapse) * h - 1.0;
const Real bernoulli = -(W / lapse) * h - 1.0;

// store
s_rho(n) = rho;
Expand Down

0 comments on commit e6aa218

Please sign in to comment.