Skip to content

Commit

Permalink
missing colon
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Sep 11, 2024
1 parent 442b5d8 commit 8606de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/driver/Castro_util.H
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ bool mom_flux_has_p (const int mom_dir, const int flux_dir, const int coord)
if (coord == CoordSys::SPHERICAL) {
return false;
}
return true
return true;

} else {
return (mom_dir == flux_dir);
Expand Down

0 comments on commit 8606de8

Please sign in to comment.