comparison src/feval.cc @ 236:a51c09492e30

Remove a not needed header from feval.cc
author Eugenio Gianniti <eugenio.gianniti@mail.polimi.it>
date Mon, 23 Jun 2014 17:06:26 +0200
parents b07ec30369ab
children 418a5119047b
comparison
equal deleted inserted replaced
235:568aff85dfa9 236:a51c09492e30
15 this program; if not, see <http://www.gnu.org/licenses/>. 15 this program; if not, see <http://www.gnu.org/licenses/>.
16 */ 16 */
17 17
18 #include "function.h" 18 #include "function.h"
19 #include <stdexcept> 19 #include <stdexcept>
20 #include <sstream>
21 20
22 DEFUN_DLD (feval, args, , "-*- texinfo -*-\n\ 21 DEFUN_DLD (feval, args, , "-*- texinfo -*-\n\
23 @deftypefn {Function File} {[@var{value}]} = \ 22 @deftypefn {Function File} {[@var{value}]} = \
24 feval (@var{function_name}, @var{Coordinate})\n\ 23 feval (@var{function_name}, @var{Coordinate})\n\
25 Evaluate a function at a specific point of the domain and return the value. \n\ 24 Evaluate a function at a specific point of the domain and return the value. \n\