Removing some comments.

This commit is contained in:
Kai Bao 2014-05-23 14:55:54 +02:00
parent f516bd6ce3
commit 51fae6ca70

View File

@ -298,7 +298,6 @@ namespace {
<< std::setw(9) << it << std::setprecision(9)
<< std::setw(18) << r0 << std::endl;
// compute the size of the non-linear system
const int sizeNonLinear = residual_.sizeNonLinear();
V dxOld = V::Zero(sizeNonLinear);