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:
Scott R Charlton 2006-07-11 03:45:46 +00:00
parent cb46a1debf
commit 217bdd7708

View File

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