Set printLvl = loglevel for VCS solver since it doesn't use loglevel
This commit is contained in:
parent
373e4ae565
commit
40e748a2d1
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ int equilibrate(thermo_t& s, const char* XY, int solver,
|
|||
|
||||
while (redo) {
|
||||
if (solver >= 2) {
|
||||
int printLvlSub = 0;
|
||||
int printLvlSub = loglevel;
|
||||
int estimateEquil = 0;
|
||||
try {
|
||||
MultiPhase m;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue