Remove abandoned header file 'solvers.h'

This commit is contained in:
Ray Speth 2015-11-12 15:40:36 -05:00
parent f6e2f0db73
commit f79419cc49

View file

@ -1,12 +0,0 @@
/**
* @file solvers.h
* solvers of small embedded problems
*/
#ifndef CT_SOLVERS_H_INCL
#define CT_SOLVERS_H_INCL
#include "numerics/ResidEval.h"
#include "numerics/solveProb.h"
#endif