better treatment of cycle_op_count

This commit is contained in:
vhenson 1997-04-05 07:25:33 +00:00
parent 2b201c83a1
commit 08ba6f5396
2 changed files with 6 additions and 2 deletions

View File

@ -44,6 +44,7 @@ void *port_data;
/* output params */
int ioutdat;
int cycle_op_count;
/* log file name */
char *log_file_name;
@ -91,6 +92,7 @@ void *port_data;
/* output params */
ioutdat = 0;
cycle_op_count = 0;
/*-----------------------------------------------------------------------
@ -99,7 +101,7 @@ void *port_data;
amg_data = amg_NewData(levmax, ncg, ecg, nwt, ewt, nstr,
ncyc, mu, ntrlx, iprlx, ierlx, iurlx,
ioutdat,
ioutdat, cycle_op_count,
"amg.out.log");

View File

@ -44,6 +44,7 @@ void *port_data;
/* output params */
int ioutdat;
int cycle_op_count;
/* log file name */
char *log_file_name;
@ -91,6 +92,7 @@ void *port_data;
/* output params */
ioutdat = 0;
cycle_op_count = 0;
/*-----------------------------------------------------------------------
@ -99,7 +101,7 @@ void *port_data;
amg_data = amg_NewData(levmax, ncg, ecg, nwt, ewt, nstr,
ncyc, mu, ntrlx, iprlx, ierlx, iurlx,
ioutdat,
ioutdat, cycle_op_count,
"amg.out.log");