Skip to content

Commit 98e3238

Browse files
committed
Apply prepare changes
1 parent 49a09e3 commit 98e3238

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bindings/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile bindings/python/requirements.in
5+
# pip-compile --pre bindings/python/requirements.in
66
#

src/geode/mesh/helpers/internal/grid_shape_function.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@ namespace geode
120120
template double opengeode_mesh_api shape_function_value< 3 >(
121121
const Grid< 3 >::CellIndices&, local_index_t, const Point< 3 >& );
122122

123-
template double gradient_shape_function_value< 2 >(
123+
template double opengeode_mesh_api gradient_shape_function_value< 2 >(
124124
const typename Grid< 2 >::CellIndices&,
125125
local_index_t,
126126
const Point< 2 >&,
127127
local_index_t );
128-
template double gradient_shape_function_value< 3 >(
128+
template double opengeode_mesh_api gradient_shape_function_value< 3 >(
129129
const typename Grid< 3 >::CellIndices&,
130130
local_index_t,
131131
const Point< 3 >&,

0 commit comments

Comments
 (0)