 Author:  Ruriko Yoshida
 Date:    Oct 17th, 2006
 Update:  Oct 17th, 2006
 Program: This is software for the coevolution data analysis.
          Using a pair of the sets of 10,000 randomly generated trees, 
          one can compute the average, max
          of numbers sampled at a pair of MCRSa.

 Input:  2 random tree files generated via evolvers.

 Output:  The max number sampled and the average of each max number sampled.
 
 Installation: Just type:
  "make"

 Uninstall: Just type:
   "make clean"

 Default invocation:

 ./samplingTest H-tree P-tree 
 where H-tree is a filename for 10,000 random trees, and P-tree is
 another filename for 10,000 random trees.

Example:
./samplingTest H.tree P.tree

COPY RIGHT: reserved to Ruriko Yoshida

CONTACT: ruriko@ms.uky.edu
