Skip to content

Commit

Permalink
Remove commented line
Browse files Browse the repository at this point in the history
  • Loading branch information
tupek2 committed Sep 27, 2024
1 parent 3a4614a commit 8950cf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/serac/numerics/odes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ void SecondOrderODE::Solve(const double time, const double c0, const double c1,
// use 0 as our starting guess for unconstrained dofs
d2u_dt2 = state_.d2u_dt2;
d2u_dt2.SetSubVector(constrained_dofs, 0.0);
// d2U_dt2_.SetSubVectorComplement(constrained_dofs, 0.0);
d2u_dt2 += d2U_dt2_;
d2u_dt2.SetSubVectorComplement(constrained_dofs, 0.0);

Expand Down

0 comments on commit 8950cf1

Please sign in to comment.