summaryrefslogtreecommitdiffstats
path: root/dis/Update/update.c
diff options
context:
space:
mode:
Diffstat (limited to 'dis/Update/update.c')
-rw-r--r--dis/Update/update.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dis/Update/update.c b/dis/Update/update.c
index b7bf2b5..a41f3e1 100644
--- a/dis/Update/update.c
+++ b/dis/Update/update.c
@@ -134,10 +134,10 @@ int main(int argc, char **argv) {
134 endTime = time(NULL); 134 endTime = time(NULL);
135 135
136 volatile int _stop_optimizer = hops; 136 volatile int _stop_optimizer = hops;
137 // fprintf(stdout, "%u hops\n", hops); 137 //fprintf(stdout, "%u hops\n", hops);
138 fprintf(stderr, "time for update stressmark = %f seconds.\n", 138 fprintf(stderr, "time for update stressmark = %f seconds.\n",
139 difftime(endTime, startTime)); 139 difftime(endTime, startTime));
140 free(field); 140 free(field);
141 WRITE_TO_FILE 141 WRITE_TO_FILE
142 return (1); 142 return (0);
143} 143}