Skip to content

Commit 7f8323c

Browse files
committed
Add missing initialization
1 parent f0ee61d commit 7f8323c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/base/dof_map.C

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ DofMap::DofMap(const unsigned int number,
137137
ParallelObject (mesh.comm()),
138138
_dof_coupling(nullptr),
139139
_error_on_constraint_loop(false),
140+
_constrained_sparsity_construction(false),
140141
_variables(),
141142
_variable_groups(),
142143
_variable_group_numbers(),

0 commit comments

Comments
 (0)