changed default loglevel to 0.
This commit is contained in:
parent
9e54a6857e
commit
4dc6892fc3
1 changed files with 2 additions and 2 deletions
|
|
@ -12,11 +12,11 @@ namespace Cantera {
|
|||
|
||||
void equilibrate(thermo_t& s, const char* XY,
|
||||
int solver = -1, doublereal rtol = 1.0e-9, int maxsteps = 1000,
|
||||
int maxiter = 100, int loglevel = -99);
|
||||
int maxiter = 100, int loglevel = 0);
|
||||
|
||||
doublereal equilibrate(MultiPhase& s, const char* XY,
|
||||
doublereal tol = 1.0e-9, int maxsteps = 1000, int maxiter = 100,
|
||||
int loglevel = -99);
|
||||
int loglevel = 0);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue