Added SquareMatrix

This commit is contained in:
Harry Moffat 2009-01-27 16:02:49 +00:00
parent 0a98f73828
commit d0e9270ca3

View file

@ -34,12 +34,13 @@ CXX_FLAGS = @CXXFLAGS@ $(LOCAL_DEFS) $(CXX_OPT) $(PIC_FLAG) $(DEBUG_FLAG)
NUMERICS_OBJ = DenseMatrix.o funcs.o Func1.o \
ODE_integrators.o BandMatrix.o DAE_solvers.o \
funcs.o sort.o
funcs.o sort.o SquareMatrix.o
NUMERICS_H = ArrayViewer.h DenseMatrix.h \
funcs.h ctlapack.h Func1.h FuncEval.h \
polyfit.h\
BandMatrix.h Integrator.h DAE_Solver.h ResidEval.h sort.h
BandMatrix.h Integrator.h DAE_Solver.h ResidEval.h sort.h \
SquareMatrix.h
ifeq ($(use_sundials), 1)
ODEPACKAGE_H = CVodesIntegrator.h