@@ -1296,8 +1296,8 @@ AdvectionOperator::AdvectionOperator(const Array<int> &offsets,
12961296 ho_solver(hos), lo_solver(los), fct_solver(fct), mono_solver(mos) { }
12971297
12981298void check_violation (const Vector &u_new,
1299- const Vector &u_min, const Vector &u_max,
1300- string info, double tol, const Array<bool > *active_dofs)
1299+ const Vector &u_min, const Vector &u_max,
1300+ string info, double tol, const Array<bool > *active_dofs)
13011301{
13021302 const int size = u_new.Size ();
13031303 for (int i = 0 ; i < size; i++)
@@ -1315,8 +1315,8 @@ void check_violation(const Vector &u_new,
13151315}
13161316
13171317void check_violation (const Vector &u, double dt, const Vector &du_new,
1318- const Vector &u_min, const Vector &u_max,
1319- string info, double tol, const Array<bool > *active_dofs)
1318+ const Vector &u_min, const Vector &u_max,
1319+ string info, double tol, const Array<bool > *active_dofs)
13201320{
13211321 const int size = u.Size ();
13221322 for (int i = 0 ; i < size; i++)
0 commit comments