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:
David L Parkhurst 2014-01-15 17:11:46 +00:00
parent 6f849b215f
commit 1e48b85c86

View File

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