Fixed a warning message on solaris
This commit is contained in:
parent
973128d867
commit
98fb3fb998
1 changed files with 2 additions and 1 deletions
|
|
@ -1324,8 +1324,9 @@ namespace VCSnonideal {
|
|||
plogf("vcs_VolPhase::setExistence setting false existence for phase with moles");
|
||||
plogendl();
|
||||
exit(EXIT_FAILURE);
|
||||
#endif
|
||||
#else
|
||||
v_totalMoles = 0.0;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
#ifdef DEBUG_MODE
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue