Skip to content

Commit

Permalink
Update tinyasm/tinyasm.cpp
Browse files Browse the repository at this point in the history
attempt to fix pybind problems.
  • Loading branch information
connorjward authored Jan 9, 2025
1 parent 3a83ebc commit ed96d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinyasm/tinyasm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,6 @@ PYBIND11_MODULE(_tinyasm, m) {
auto blockjacobi = new BlockJacobi(dofsPerBlock, globalDofsPerBlock, localsize, newsf);
pc->data = (void*)blockjacobi;
PetscCall(PetscLogEventEnd(PC_tinyasm_SetASMLocalSubdomains, pc, 0, 0, 0));
PetscFunctionReturn(PETSC_SUCCESS);
return 0;
});
}

0 comments on commit ed96d6f

Please sign in to comment.