We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfdb4a commit 1168263Copy full SHA for 1168263
1 file changed
examples/petsc/bddc.c
@@ -339,7 +339,6 @@ int main(int argc, char **argv) {
339
CHKERRQ(ierr);
340
ierr = VecZeroEntries(X); CHKERRQ(ierr);
341
342
-
343
// Multiplicity scaling
344
ierr = VecReciprocal(X_loc);
345
0 commit comments