Skip to content

Commit b3cea2b

Browse files
committed
Fix: reserved python global keyword
1 parent 8c1475d commit b3cea2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/dolfinx/wrappers/common.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ void common(nb::module_& m)
167167
local);
168168
return dolfinx_wrappers::as_nbarray(std::move(local));
169169
},
170-
nb::arg("global"));
170+
nb::arg("global_index"));
171171

172172
// dolfinx::common::Timer
173173
nb::class_<dolfinx::common::Timer<std::chrono::high_resolution_clock>>(

0 commit comments

Comments
 (0)