mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
Converted to VS2005.
git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@1022 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
cb46a1debf
commit
217bdd7708
@ -62,7 +62,8 @@ cxxGasPhase::~cxxGasPhase()
|
|||||||
|
|
||||||
struct gas_comp * cxxGasPhase::cxxGasPhaseComp2gas_comp()
|
struct gas_comp * cxxGasPhase::cxxGasPhaseComp2gas_comp()
|
||||||
{
|
{
|
||||||
struct gas_comp *gas_comp_ptr(NULL);
|
//struct gas_comp *gas_comp_ptr(NULL);
|
||||||
|
struct gas_comp *gas_comp_ptr = NULL;
|
||||||
if (this->gasPhaseComps.size() > 0) {
|
if (this->gasPhaseComps.size() > 0) {
|
||||||
int i = 0;
|
int i = 0;
|
||||||
int n;
|
int n;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user