Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/examples/quickSort.cfa

    rf8cd310 r107b01a  
    1 //
    2 // Cforall Version 1.0.0 Copyright (C) 2017 University of Waterloo
    31//
    42// The contents of this file are covered under the licence agreement in the
     
    119// Created On       : Wed Dec  6 12:15:52 2017
    1210// Last Modified By : Peter A. Buhr
    13 // Last Modified On : Fri Mar 22 13:42:01 2019
    14 // Update Count     : 170
     11// Last Modified On : Tue Dec  4 18:00:27 2018
     12// Update Count     : 167
    1513//
    1614
     
    153151                                if ( counter < size - 1 && (counter + 1) % ValuesPerLine != 0 ) sortedfile | ' ';
    154152                        } // for
    155                         sortedfile | nl | nl;
     153                        sortedfile | nl;
    156154
    157155                        delete( values );
     
    180178// Local Variables: //
    181179// tab-width: 4 //
    182 // compile-command: "cfa quickSort.cfa" //
     180// compile-command: "cfa quickSort.c" //
    183181// End: //
Note: See TracChangeset for help on using the changeset viewer.