Skip to content

Commit c8d9fe5

Browse files
committed
Initialize uninitialized postprocess_sides flag
This was broken ten years ago and I never caught it until an -fsanitize run. We need to get the full -fsanitize, along with whatever -W option would have caught this, into CI ASAP.
1 parent 7f8323c commit c8d9fe5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/systems/diff_system.C

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ DifferentiableSystem::DifferentiableSystem(EquationSystems & es,
3939
Parent (es, name_in, number_in),
4040
time_solver (),
4141
deltat(1.),
42+
postprocess_sides(false),
4243
print_solution_norms(false),
4344
print_solutions(false),
4445
print_residual_norms(false),

0 commit comments

Comments
 (0)