Changeset 4078 for trunk/libpaths

Show
Ignore:
Timestamp:
02/14/08 02:26:44 (11 months ago)
Author:
pmoura
Message:

Added a multi-threading example of the Fast Fourier Transform, "fft", contributed by Paul Crocker.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libpaths/libpaths.pl

    r4056 r4078  
    3333     assertz(logtalk_library_path(errors, examples('errors/'))), 
    3434     assertz(logtalk_library_path(expansion, examples('expansion/'))), 
     35     assertz(logtalk_library_path(fft, threads('fft/'))), 
    3536     assertz(logtalk_library_path(fibonacci, threads('fibonacci/'))), 
    3637     assertz(logtalk_library_path(functions, threads('functions/'))),