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:
David L Parkhurst 2013-12-05 22:22:58 +00:00
parent 70482839c5
commit a191ef4b42

View File

@ -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;
}
}