Ignore:
Timestamp:
Feb 14, 2015, 5:13:06 PM (10 years ago)
Author:
alain
Message:

Cosmetic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/gameoflife/main.c

    r509 r515  
    1010// Each task compute HEIGHT/nbprocs lines.
    1111// Task running on processor P(0,0,0) initialises the barrier, and
    12 // control the chained buffer DMA controler, when it is used.
     12// the chained buffer DMA controler.
    1313//
    1414// The number of processors must be a power of 2 not larger than HEIGHT.
     
    210210      if ( proc_id == 0 ) giet_fbf_cma_display ( 1 );
    211211   
    212       PRINTF(" - step %d completed\n", 2*i );
     212      PRINTF(" - step %d\n", 2*i );
    213213   
    214214      // compute WORLD[0] from WORLD[1]
     
    224224      if ( proc_id == 0 ) giet_fbf_cma_display ( 0 );
    225225
    226       PRINTF(" - step %d completed\n", 2*i + 1 );
     226      PRINTF(" - step %d\n", 2*i + 1 );
    227227   } // end main loop
    228228
Note: See TracChangeset for help on using the changeset viewer.