mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
eol
git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@3842 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
a4bac119db
commit
9f7e982ffe
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user