Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Apr 17, 2024
1 parent 61f913f commit 2798f40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/matrix_free/MomentumOperator.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ class MomentumResidualOperator
dirichlet_bc_active_ = dirichlet_offsets_in.extent_int(0) > 0;
dirichlet_bc_offsets_ = dirichlet_offsets_in;
bc_ = bc;
STK_ThrowRequire(bc.up1.extent_int(0) == dirichlet_bc_offsets_.extent_int(0));
STK_ThrowRequire(
bc.up1.extent_int(0) == dirichlet_bc_offsets_.extent_int(0));
STK_ThrowRequire(bc.ubc.extent_int(0) == bc.up1.extent_int(0));
}

Expand Down

0 comments on commit 2798f40

Please sign in to comment.