mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
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:
parent
79a4965661
commit
d918a52dd0
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user