Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Aug 10, 2024
1 parent 3f0bb15 commit ac14ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils/hydro_bcs_K.H
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ void SetEdgeBCsHi (int edge_dir, int i, int j, int k, int n,
Array<int> iv[3]; iv[0] = i; iv[1] = j; iv[2] = k;
iv[edge_dir] = domhi+1;

Real s_ext = s(iv,n);
Real s_ext = s(iv[0],iv[1],iv[2],n);

bool is_vel_in_dir = is_velocity && (n == edge_dir);

Expand Down

0 comments on commit ac14ca2

Please sign in to comment.