git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@3842 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2009-12-03 00:56:22 +00:00
parent a4bac119db
commit 9f7e982ffe

View File

@ -23,7 +23,7 @@
cxxExchange::cxxExchange()
//
// default constructor for cxxExchange
// default constructor for cxxExchange
//
: cxxNumKeyword()
{
@ -127,7 +127,7 @@ cxxNumKeyword()
ec.set_phase_proportion(x[i]->exch_comp->phase_proportion);
//char *rate_name;
ec.set_rate_name(x[i]->exch_comp->rate_name);
//double formula_z;
//double formula_z;
ec.set_formula_z(x[i]->exch_comp->formula_z);
// calculate charge and totals
@ -200,7 +200,7 @@ cxxExchange::get_related_rate()
struct exchange *
cxxExchange::cxxExchange2exchange()
//
// Builds a exchange structure from instance of cxxExchange
// Builds a exchange structure from instance of cxxExchange
//
{
struct exchange *exchange_ptr = exchange_alloc();
@ -486,7 +486,7 @@ cxxExchange::add(const cxxExchange & addee, double extensive)
// }
//}
/*if (!found)*/
}
else
{