Remove unneeded HS testing code

This commit is contained in:
Ian Bell
2015-04-26 17:37:00 -06:00
parent d5cbbe0c1e
commit ea8ae30000

View File

@@ -1386,9 +1386,6 @@ void FlashRoutines::HS_flash(HelmholtzEOSMixtureBackend &HEOS)
}
}
while(!good_pmax);
//for (double pp = pmin; pmin < pmax; pp *= 1.05){
// std::cout << format("%g %g\n", pp, resid.call(log(pp)));
//}
double p = Brent(resid, log(pmin), log(pmax), DBL_EPSILON, 1e-10, 100, errstr);
int rr = 0;
}