Ignore:
Timestamp:
Mar 15, 2016, 6:35:28 PM (8 years ago)
Author:
meunier
Message:
  • Adding the parallel version of rosenfeld
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/rosenfeld/nrc2/src/nrio1.c

    r772 r805  
    323323  for(i=nl; i<=nh; i++) {
    324324    printf(format, i);
    325   }
    326   printf("\n");
    327 
    328   for(i=nl; i<=nh; i++) {
    329     printf(format, v[i]);
     325    printf(" ");
     326  }
     327  printf("\n");
     328
     329  for(i=nl; i<=nh; i++) {
     330    printf(format, v[i]);
     331    printf(" ");
    330332  }
    331333  printf("\n");
Note: See TracChangeset for help on using the changeset viewer.