Show
Ignore:
Timestamp:
07/19/08 08:38:47 (4 months ago)
Author:
pmoura
Message:

Added a new multi-threading example, "integration2d", implementing methods for numerical integration for functions of two variables, contributed by Paul Crocker.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4387 r4388  
    8282    predicates that handle a dynamic predicate in the context of "this"  
    8383    (i.e. in the context of the objects importing the category). 
     84 
     85    Added a new multi-threading example, "integration2d", implementing methods 
     86    for numerical integration for functions of two variables, contributed by  
     87    Paul Crocker. 
    8488 
    8589    Updated the "integration" multi-threading example by bringing all example