diff --git a/src/math/lp/static_matrix.cpp b/src/math/lp/static_matrix.cpp index 82538b303..a5b6f59e5 100644 --- a/src/math/lp/static_matrix.cpp +++ b/src/math/lp/static_matrix.cpp @@ -61,6 +61,6 @@ template bool lp::static_matrix::pivot_row_to_row_given_cell(u template bool lp::static_matrix >::pivot_row_to_row_given_cell(unsigned int, column_cell&, unsigned int); template void lp::static_matrix >::pivot_row_to_row_given_cell_with_sign(unsigned int, column_cell&, unsigned int, int); template void lp::static_matrix >::remove_element(vector, true, unsigned int>&, lp::row_cell&); - +template void lp::static_matrix::pivot_row_to_row_given_cell_with_sign(unsigned int, lp::row_cell&, unsigned int, int); }