mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Missing break in kinetics_read_raw switch.
git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@2693 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
3f9693c68c
commit
bfec3cc7c7
@ -350,6 +350,7 @@ void cxxKinetics::read_raw(CParser& parser)
|
||||
}
|
||||
opt_save = 5;
|
||||
useLastLine = false;
|
||||
break;
|
||||
|
||||
case 6: // steps
|
||||
while (parser.copy_token(token, next_char) == CParser::TT_DIGIT) {
|
||||
@ -365,6 +366,7 @@ void cxxKinetics::read_raw(CParser& parser)
|
||||
}
|
||||
opt_save = 6;
|
||||
useLastLine = false;
|
||||
break;
|
||||
|
||||
case 7: // cvode_steps
|
||||
if (!(parser.get_iss() >> this->cvode_steps))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user