Skip to content

Commit 51fc0ad

Browse files
committed
Fix
1 parent 996d1de commit 51fc0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EB/EBFabFactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void init_EBFabFactory (py::module& m)
2626
return makeEBFabFactory(geom, ba, dm, ngrow, support);
2727
},
2828
py::arg("geom"), py::arg("ba"), py::arg("dm"), py::arg("ngrow"),
29-
py::arg("support").
29+
py::arg("support"),
3030
"Make EBFArrayBoxFactory for given Geometry, BoxArray and DistributionMapping"
3131
);
3232
}

0 commit comments

Comments
 (0)