mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
Removed error trap in write_mass_action_eqn_x
git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@8375 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
6f849b215f
commit
1e48b85c86
1
prep.cpp
1
prep.cpp
@ -2786,7 +2786,6 @@ write_mass_action_eqn_x(int stop)
|
||||
std::map < std::string, cxxChemRxn >::iterator chemRxnIt = pe_x.find(trxn.token[i].s->secondary->pe_rxn);
|
||||
if ( chemRxnIt == pe_x.end() )
|
||||
{
|
||||
error_msg("pe undefined in Phreeqc::write_mass_action_eqn_x", 1);
|
||||
cxxChemRxn &rxn_ref = pe_x[trxn.token[i].s->secondary->pe_rxn];
|
||||
trxn_add(rxn_ref, trxn.token[i].coef * coef_e, FALSE);
|
||||
// Create temporary rxn object and add reactions together
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user