summaryrefslogtreecommitdiffstats
path: root/all_pairs/source/ammunition/ammunition.c
diff options
context:
space:
mode:
Diffstat (limited to 'all_pairs/source/ammunition/ammunition.c')
-rw-r--r--all_pairs/source/ammunition/ammunition.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/all_pairs/source/ammunition/ammunition.c b/all_pairs/source/ammunition/ammunition.c
index 052520e..4ae488b 100644
--- a/all_pairs/source/ammunition/ammunition.c
+++ b/all_pairs/source/ammunition/ammunition.c
@@ -1173,13 +1173,11 @@ void _Pragma( "entrypoint" ) ammunition_main( void )
1173 1173
1174int main( int argc, char **argv ) 1174int main( int argc, char **argv )
1175{ 1175{
1176 SET_UP 1176 SET_UP
1177 for (jobsComplete=0; jobsComplete<maxJobs; jobsComplete++){ 1177 for_each_job {
1178 START_LOOP 1178 ammunition_init();
1179 ammunition_init(); 1179 ammunition_main();
1180 ammunition_main(); 1180 }
1181 STOP_LOOP 1181 WRITE_TO_FILE
1182 }
1183 WRITE_TO_FILE
1184 return ( ammunition_return() ); 1182 return ( ammunition_return() );
1185} 1183}