Skip to content

Commit ece1818

Browse files
committed
SWIG does not like �uto return type
1 parent 58ea2d8 commit ece1818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ struct normal_and_curvature {
147147
return nxyz_curv[3];
148148
}
149149

150-
auto normal() const {
150+
vec_n<3, T> normal() const {
151151
return make_vec<T>(nxyz_curv[0], nxyz_curv[1], nxyz_curv[2]);
152152
}
153153
};

0 commit comments

Comments
 (0)