← Back to team overview

dolfin team mailing list archive

Merge problem

 

I just merged Joachim's symmetric assembly branch into my own branch
and can't build because of the following line in GenericMatrix.cpp:

  std::cerr << "Before " << nnz_before << " after " <<
  new_sparsity_pattern->num_nonzeros() << std::endl;

(new_sparsity_pattern is not a pointer)

This seems to be fixed in trunk but the line is still there after I
have merge with trunk.

When was the line above removed, and does anyone else see the same
problem when mergin with Joachim?

--
Anders


Follow ups