Skip to content

Commit 14740a2

Browse files
authored
Merge pull request #905 from Geode-solutions/fix/typos_grid_binding
fix(GridBinding): typos in function name.
2 parents 14809e0 + d7f729e commit 14740a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/src/mesh/builder/regular_grid_builder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
const Point##dimension##D&, std::array< index_t, dimension >, \
4747
double ) >( \
4848
&RegularGridBuilder##dimension##D::initialize_grid ) ) \
49-
.def( "initialize_grid_with directions", \
49+
.def( "initialize_grid_with_directions", \
5050
static_cast< void ( RegularGridBuilder##dimension##D::* )( \
5151
Point##dimension##D, std::array< index_t, dimension >, \
5252
std::array< Vector##dimension##D, dimension > ) >( \

0 commit comments

Comments
 (0)