mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
Still working on selected output.
Moved DumpModule Fixed logic in InitialPhreeqc2Concentrations Fixed logic in cxxStorageBin::read_raw git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@8283 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
70482839c5
commit
a191ef4b42
@ -732,7 +732,7 @@ cxxStorageBin::read_raw(CParser & parser)
|
||||
lt = parser.check_line("read_raw", false, true, true, false);
|
||||
if (lt == PHRQ_io::LT_KEYWORD)
|
||||
break;
|
||||
if (lt != PHRQ_io::LT_EOF)
|
||||
if (lt == PHRQ_io::LT_EOF)
|
||||
goto END_OF_SIMULATION_INPUT;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user