Removing the output of the size of system.

This commit is contained in:
Kai Bao 2014-05-22 22:15:55 +02:00
parent cd174c5ba4
commit f2518b6647

View File

@ -312,8 +312,6 @@ namespace {
sizeNonLinear += residual_.well_flux_eq.size();
sizeNonLinear += residual_.well_eq.size();
std::cout << " the size of the linear system is " << sizeNonLinear<< std::endl;
V dxOld = V::Zero(sizeNonLinear);
bool isOscillate = false;