From 452e8a495727a77148b228b651408f13b2565e2c Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 4 Oct 2010 22:57:34 +0000 Subject: [PATCH] Added DenseMatrix --- docs/Cantera.cfg.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Cantera.cfg.in b/docs/Cantera.cfg.in index 44d5e82fc..e73623793 100755 --- a/docs/Cantera.cfg.in +++ b/docs/Cantera.cfg.in @@ -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.