Removing the bool paramters calling stablizeNewton.

This commit is contained in:
Kai Bao
2014-05-21 10:47:55 +02:00
parent 5277fa389d
commit 0178bd1b8c

View File

@@ -321,7 +321,7 @@ namespace {
enum RelaxType relaxType = DAMPEN;
std::cout << " omega " << omega << std::endl;
stablizeNewton( dx, dxOld, isOscillate, isStagnate, omega, relaxType );
stablizeNewton(dx, dxOld, omega, relaxType);
updateState(dx, x, xw);