Added DenseMatrix

This commit is contained in:
Harry Moffat 2010-10-04 22:57:34 +00:00
parent 367d1f90b0
commit 452e8a4957

View file

@ -790,7 +790,9 @@ FILE_PATTERNS = Kinetics.h Kinetics.cpp \
AqueousTransport.h \
AqueousTransport.cpp \
WaterTransport.h \
WaterTransport.cpp
WaterTransport.cpp \
DenseMatrix.h \
DenseMatrix.cpp
# The RECURSIVE tag can be used to turn specify whether or not subdirectories
# should be searched for input files as well. Possible values are YES and NO.