We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14809e0 + d7f729e commit 14740a2Copy full SHA for 14740a2
bindings/python/src/mesh/builder/regular_grid_builder.cpp
@@ -46,7 +46,7 @@
46
const Point##dimension##D&, std::array< index_t, dimension >, \
47
double ) >( \
48
&RegularGridBuilder##dimension##D::initialize_grid ) ) \
49
- .def( "initialize_grid_with directions", \
+ .def( "initialize_grid_with_directions", \
50
static_cast< void ( RegularGridBuilder##dimension##D::* )( \
51
Point##dimension##D, std::array< index_t, dimension >, \
52
std::array< Vector##dimension##D, dimension > ) >( \
0 commit comments