switch back to 1e-25

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@11043 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2016-04-12 18:32:14 +00:00
parent 79a4965661
commit d918a52dd0

View File

@ -279,7 +279,7 @@ void Phreeqc::init(void)
MIN_LM = -30.0; /* minimum log molality allowed before molality set to zero */
LOG_ZERO_MOLALITY = -30; /* molalities <= LOG_ZERO_MOLALITY are considered equal to zero */
MIN_RELATED_LOG_ACTIVITY = -30;
MIN_TOTAL = 1e-18;
MIN_TOTAL = 1e-25;
MIN_TOTAL_SS = MIN_TOTAL/100;
MIN_RELATED_SURFACE = MIN_TOTAL*100;
// auto Rxn_temperature_map;
@ -2537,4 +2537,4 @@ int Phreeqc::next_user_number(Keywords::KEYWORDS key)
assert(false);
return -999;
}
}
}