Changeset 4137 for trunk/libpaths

Show
Ignore:
Timestamp:
03/20/08 11:08:38 (10 months ago)
Author:
pmoura
Message:

Added a new multi-threading example, "integration", implementing Recursive Gaussian Quadrature Methods for Numerical Integration for functions of a single variable (work in progress).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libpaths/libpaths.pl

    r4108 r4137  
    4141     assertz(logtalk_library_path(inheritance, examples('inheritance/'))), 
    4242     assertz(logtalk_library_path(instmethods, examples('instmethods/'))), 
     43     assertz(logtalk_library_path(integration, threads('integration/'))), 
    4344     assertz(logtalk_library_path(lo_planner, examples('lo/planner/'))), 
    4445     assertz(logtalk_library_path(lo_travellers, examples('lo/travellers/'))),