From 3320ef3c938d59eb30f8f9bf6229dafd5994b087 Mon Sep 17 00:00:00 2001 From: David L Parkhurst Date: Wed, 10 Jan 2007 16:57:42 +0000 Subject: [PATCH] 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 --- Parser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parser.cxx b/Parser.cxx index b71bc152..3309bfb0 100644 --- a/Parser.cxx +++ b/Parser.cxx @@ -688,7 +688,7 @@ int CParser::get_option(const std::vector& 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; }