fixed selected_output missing headers when SelectedOutputFileOn == true

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@11104 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2016-04-23 01:53:00 +00:00
parent c02d598b4b
commit ad55ede313

View File

@ -4774,6 +4774,10 @@ read_selected_output(void)
// n_user != 1 then reset false
temp_selected_output.Reset(false);
if (so == SelectedOutput_map.end())
{
temp_selected_output.Set_new_def(true);
}
}
CParser parser(this->phrq_io);