Fixed a typo in the makefile

This commit is contained in:
Harry Moffat 2010-05-26 18:54:49 +00:00
parent 9bba4579e8
commit 2820296ac5

View file

@ -42,7 +42,7 @@ NUMERICS_H = ArrayViewer.h DenseMatrix.h \
polyfit.h\
BandMatrix.h Integrator.h DAE_Solver.h ResidEval.h sort.h \
SquareMatrix.h ResidJacEval.h NonlinearSolver.h \
solveProb.h BEulerInt.h rootFind.h
solveProb.h BEulerInt.h RootFind.h
ifeq ($(use_sundials), 1)
ODEPACKAGE_H = CVodesIntegrator.h