fixed bug in DELETE reported by laurin.wissmeier@web.de 2013-06-01

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@7755 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2013-06-03 22:05:52 +00:00
parent 037b2bb818
commit 8fdb7313f9

View File

@ -147,6 +147,9 @@ bool StorageBinList::Read(CParser & parser)
bool useLastLine(false);
opt_save = CParser::OPT_DEFAULT;
// reset cells
this->cell.Clear();
this->cell.Set_defined(false);
for (;;)
{
int opt;