Added a few more files

This commit is contained in:
Harry Moffat 2011-01-11 15:27:59 +00:00
parent 14bf2b1ee2
commit 3a63c938ea

View file

@ -794,7 +794,11 @@ FILE_PATTERNS = Kinetics.h Kinetics.cpp \
DenseMatrix.h \
DenseMatrix.cpp \
ResidJacEval.h \
ResidJacEval.cpp
ResidJacEval.cpp \
RootFind.h \
RootFind.cpp \
NonlinearSolver.h \
NonlinearSolver.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.