mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
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:
parent
d13ffaa60c
commit
03d70eeb53
@ -139,6 +139,7 @@ main_method(int argc, char *argv[])
|
||||
/*
|
||||
* Display successful status
|
||||
*/
|
||||
pr.headings = TRUE;
|
||||
errors = do_status();
|
||||
if (errors != 0)
|
||||
{
|
||||
|
||||
@ -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));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user