Set pr.headings true in class_main.cpp

pr.headings not reset in do_status.
pr.headings not changed for IPhreeqc call to do_status.

git-svn-id: svn://136.177.114.72/svn_GW/phreeqc3/trunk@7002 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
David L Parkhurst 2012-10-02 18:40:10 +00:00
parent d13ffaa60c
commit 03d70eeb53
2 changed files with 2 additions and 1 deletions

View File

@ -139,6 +139,7 @@ main_method(int argc, char *argv[])
/*
* Display successful status
*/
pr.headings = TRUE;
errors = do_status();
if (errors != 0)
{

View File

@ -2760,7 +2760,7 @@ do_status(void)
status(0, "\nDone.");
screen_msg("\n");
}
pr.headings = TRUE;
//pr.headings = TRUE; // set in class_main; not set for IPhreeqc
LDBLE ext = (double) clock() / CLOCKS_PER_SEC;
dup_print(sformatf("End of Run after %g Seconds.", ext), TRUE);
screen_msg(sformatf("\nEnd of Run after %g Seconds.\n", ext));