- File:
-
- 1 edited
-
tests/concurrent/examples/quickSort.cfa (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrent/examples/quickSort.cfa
rf8cd310 r107b01a 1 //2 // Cforall Version 1.0.0 Copyright (C) 2017 University of Waterloo3 1 // 4 2 // The contents of this file are covered under the licence agreement in the … … 11 9 // Created On : Wed Dec 6 12:15:52 2017 12 10 // Last Modified By : Peter A. Buhr 13 // Last Modified On : Fri Mar 22 13:42:01 201914 // Update Count : 1 7011 // Last Modified On : Tue Dec 4 18:00:27 2018 12 // Update Count : 167 15 13 // 16 14 … … 153 151 if ( counter < size - 1 && (counter + 1) % ValuesPerLine != 0 ) sortedfile | ' '; 154 152 } // for 155 sortedfile | nl | nl;153 sortedfile | nl; 156 154 157 155 delete( values ); … … 180 178 // Local Variables: // 181 179 // tab-width: 4 // 182 // compile-command: "cfa quickSort.c fa" //180 // compile-command: "cfa quickSort.c" // 183 181 // End: //
Note:
See TracChangeset
for help on using the changeset viewer.