mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
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:
parent
dbaabe0180
commit
41bb948377
@ -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 \
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
#include "Phreeqc.h"
|
||||
#ifdef PHREEQC_PARALLEL
|
||||
#include "Parallelizer.h"
|
||||
#endif
|
||||
#include "NameDouble.h"
|
||||
#include "Solution.h"
|
||||
#include "Reaction.h"
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user