Changeset 4413 for trunk/examples

Show
Ignore:
Timestamp:
08/08/08 16:13:18 (5 months ago)
Author:
pmoura
Message:

Corrected a typo in the "search" benchmark informative messages in the "mtbatch" multi-threading example.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/examples/threads/mtbatch/mtbatch.lgt

    r4398 r4413  
    312312                ) 
    313313            )), nl, 
    314         write('HF'), put_char('\t'), 
     314        write('HC'), put_char('\t'), 
    315315        loop::forto(Liters, 1, 14, 
    316316            (   catch(run(hill_climbing(Liters, 5, 9, 14), N, Average), Error, write_error) ->