- File:
-
- 1 edited
-
tests/concurrency/channels/daisy_chain.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/concurrency/channels/daisy_chain.cfa
rd96f7c4 r50be8af5 38 38 if ( strcmp( argv[2], "d" ) != 0 ) { // default ? 39 39 Tasks = ato( argv[2] ); 40 if ( Tasks < 1 ) fallthr oughdefault;40 if ( Tasks < 1 ) fallthru default; 41 41 } // if 42 42 case 2: 43 43 if ( strcmp( argv[1], "d" ) != 0 ) { // default ? 44 44 Processors = ato( argv[1] ); 45 if ( Processors < 1 ) fallthr oughdefault;45 if ( Processors < 1 ) fallthru default; 46 46 } // if 47 47 case 1: // use defaults
Note:
See TracChangeset
for help on using the changeset viewer.