Fixed a typo in the makefile
This commit is contained in:
parent
9bba4579e8
commit
2820296ac5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue