fix for linux, but Cl has NaN

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/branches/concrete@10723 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2016-01-20 22:02:20 +00:00
parent dbaabe0180
commit 41bb948377
3 changed files with 5 additions and 3 deletions

View File

@ -655,7 +655,7 @@ class_main.o: ../class_main.cpp ../Phreeqc.h ../common/phrqtype.h \
../SelectedOutput.h ../NumKeyword.h ../UserPunch.h ../Pressure.h \
../cxxMix.h ../Use.h ../Surface.h ../SurfaceComp.h ../NameDouble.h \
../common/Parser.h ../common/PHRQ_base.h ../common/PHRQ_io.h \
../SurfaceCharge.h ../global_structures.h ../NA.h ../Parallelizer.h \
../SurfaceCharge.h ../global_structures.h ../NA.h \
../Solution.h ../SolutionIsotope.h ../ISolution.h ../ISolutionComp.h \
../Reaction.h ../PPassemblage.h ../PPassemblageComp.h ../Exchange.h \
../ExchComp.h ../GasPhase.h ../GasComp.h ../SSassemblage.h ../SS.h \

View File

@ -1,5 +1,7 @@
#include "Phreeqc.h"
#ifdef PHREEQC_PARALLEL
#include "Parallelizer.h"
#endif
#include "NameDouble.h"
#include "Solution.h"
#include "Reaction.h"

View File

@ -75,12 +75,12 @@ transport(void)
transp_surf = warn_fixed_Surf = warn_MCD_X = 0;
dV_dcell = current_A = 0.0;
current_cells = NULL;
#ifdef PHREEQC_PARALLEL
double rm_time = 0.0;
double phreeqc_time = 0.0;
double rm_comm_time = 0.0;
double rm_calc_time = 0.0;
#ifdef PHREEQC_PARALLEL
Parallelizer *phreeqcrm_ptr;
#ifdef USE_MPI
int nxyz = count_cells + 2;