bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gsl] inline functions in gsl_sf_log.h


From: Martin Jansche
Subject: [Bug-gsl] inline functions in gsl_sf_log.h
Date: Fri, 28 Nov 2003 23:15:31 -0500 (EST)

Hi Brian,

The inline functions in gsl_sf_log.h refer to GSL_SUCCESS and GSL_EDOM
which aren't defined locally.  An #include directive was missing --
see diff below.

-- mj

diff -c -r1.20 gsl_sf_log.h
*** specfunc/gsl_sf_log.h       17 Jun 2003 21:06:09 -0000      1.20
--- specfunc/gsl_sf_log.h       29 Nov 2003 04:11:19 -0000
***************
*** 79,84 ****
--- 79,85 ----


  #if HAVE_INLINE
+ #include <gsl/gsl_errno.h>
  extern inline
  int
  gsl_sf_log_e(const double x, gsl_sf_result * result)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]