Date: Dec 07, 2005

Note on this Rigidity-Determination Project:

The Linear Algebra portion has been tested on the following compiler successfully (No Warnings or Errors):

gcc version 3.4.3

It also works on 

gcc version 2.96

It will not compile on versions earlier to the above unless one includes the older strstream.h header.
The latest versions above use and support <sstream> class which is not supported by the earlier versions which 
use <strstream.h>

Also note: Compatiblity with a really old version of gcc such as 2.95 was not a concern in developing the 
above code.


