mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Modifications for Linux.
git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@3736 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
b3b22f3fd5
commit
c73fc4b2e9
1
Makefile
1
Makefile
@ -180,6 +180,7 @@ COMMON_CXXOBJS = \
|
||||
PPassemblage.o \
|
||||
Reaction.o \
|
||||
ReadClass.o \
|
||||
runner.o \
|
||||
Solution.o \
|
||||
SolutionIsotope.o \
|
||||
SolutionIsotopeList.o \
|
||||
|
||||
@ -2334,11 +2334,8 @@ int
|
||||
run_as_cells(void)
|
||||
/* ---------------------------------------------------------------------- */
|
||||
{
|
||||
int count_steps, use_mix, m;
|
||||
char token[2 * MAX_LENGTH];
|
||||
struct save save_data;
|
||||
LDBLE kin_time;
|
||||
struct kinetics *kinetics_ptr;
|
||||
|
||||
state = REACTION;
|
||||
if (run_info.Get_cells().Get_numbers().size() == 0 ||
|
||||
@ -2404,4 +2401,4 @@ run_as_cells(void)
|
||||
/* free_model_allocs(); */
|
||||
/* last_model.force_prep = TRUE; */
|
||||
return (OK);
|
||||
}
|
||||
}
|
||||
|
||||
@ -381,7 +381,7 @@ bool dumper::Read(CParser & parser)
|
||||
break;
|
||||
case 15: //append
|
||||
{
|
||||
CParser::TOKEN_TYPE j = parser.copy_token(token, next_char);
|
||||
parser.copy_token(token, next_char);
|
||||
//if (!(parser.get_iss() >> this->append))
|
||||
this->append = true;
|
||||
if (token.c_str()[0] == 'f' || token.c_str()[0] == 'F')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user