mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
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:
parent
888140c4a5
commit
3320ef3c93
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user