Fixed a warning message on solaris

This commit is contained in:
Harry Moffat 2009-07-23 14:41:40 +00:00
parent 973128d867
commit 98fb3fb998

View file

@ -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