Comments change

This commit is contained in:
Harry Moffat 2009-03-03 21:20:32 +00:00
parent 49b413e61e
commit d8c35d4ede

View file

@ -23,7 +23,7 @@ namespace Cantera {
/**
* A class for full (non-sparse) matrices with Fortran-compatible
* data storage. Adds matrix operations to class Array2D.
* data storage. Adds matrix inversion operations to this class from DenseMatrix.
*/
class SquareMatrix: public DenseMatrix {