Skip to content

Commit d6d4446

Browse files
committed
[Minor] fix compilation warning.
1 parent e9e8529 commit d6d4446

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/matrix/integrator-euler-python-module-py.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ using dg::Matrix;
1616
template<typename S, typename C> void exposeIntegratorEuler()
1717
{
1818
typedef dgs::IntegratorEuler<S, C> IE_t;
19-
typedef std::vector<C> Coeffs_t;
2019

2120
const std::string cName =
2221
dgc::Value::typeName(dgc::ValueHelper<C>::TypeID);

0 commit comments

Comments
 (0)