removed error increment in get_option. Logic allows a missing option in component reads, which bubble up to keyword reads.

Turned off echo for initial_condition read of restart file.

git-svn-id: svn://136.177.114.72/svn_GW/phreeqcpp/trunk@1604 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2007-01-10 16:57:42 +00:00
parent 888140c4a5
commit 3320ef3c93

View File

@ -688,7 +688,7 @@ int CParser::get_option(const std::vector<std::string>& opt_list, std::istream::
}
//error_msg("Unknown option.", OT_CONTINUE);
//error_msg(m_line_save.c_str(), OT_CONTINUE);
incr_input_error();
//incr_input_error();
j = OPT_ERROR;
next_pos = pos_ptr;
}