Skip to content

Commit 17092ad

Browse files
committed
Skip resetting preallocation for now
1 parent a3bed02 commit 17092ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/miscellaneous/miscellaneous_ex17/miscellaneous_ex17.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ int main (int argc, char ** argv)
148148
// solve
149149
solve();
150150
// reset the memory
151-
sys_matrix.reset_memory();
151+
// sys_matrix.reset_memory(); # See https://gitlab.com/petsc/petsc/-/merge_requests/8063
152152
pre_matrix.reset_memory();
153153
// zero
154154
sys_matrix.zero();

0 commit comments

Comments
 (0)