Skip to content
Snippets Groups Projects
Commit d8260f4a authored by René Fritze's avatar René Fritze
Browse files

fix warnings

parent 23a74dce
No related branches found
No related tags found
No related merge requests found
......@@ -323,7 +323,6 @@ void printFunctionMinMax(Stream& stream, const Function& func)
template <class Matrix, class Stream>
void matrixToGnuplotStream(const Matrix& matrix, Stream& stream)
{
assert(false);
unsigned long nz = 0;
for (size_t row = 0; row < matrix.rows(); ++row) {
for (size_t col = 0; col < matrix.cols(); ++col) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment