Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit e0622e9

Browse files
authored
Update barrier.cpp
1 parent 90c4852 commit e0622e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/src/barrier/barrier.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ void define_barrier(py::module_& m)
118118
.def(py::init());
119119

120120
m.def(
121-
"barrier", &barrier, "d"_a,
122-
"dhat"_a
121+
"barrier", &barrier, "d"_a, "dhat"_a,
123122
R"ipc_Qu8mg5v7(
124123
Function that grows to infinity as d approaches 0 from the right.
125124

0 commit comments

Comments
 (0)