ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/loops/Integrate.java
(Generate patch)

Comparing jsr166/src/test/loops/Integrate.java (file contents):
Revision 1.16 by jsr166, Mon Jan 28 17:38:50 2013 UTC vs.
Revision 1.18 by jsr166, Thu Jan 15 18:42:39 2015 UTC

# Line 7 | Line 7
7   import java.util.concurrent.*;
8  
9   /**
10 < * Sample program using Guassian Quadrature for numerical integration.
10 > * Sample program using Gaussian Quadrature for numerical integration.
11   * This version uses a simplified hardwired function.  Inspired by a
12   * <A href="http://www.cs.uga.edu/~dkl/filaments/dist.html">
13   * Filaments</A> demo program.
# Line 90 | Line 90 | public final class Integrate {
90          g.shutdown();
91      }
92  
93
93      // Sequential version
94      static final class SQuad extends RecursiveAction {
95          static double computeArea(ForkJoinPool pool, double l, double r) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines