author | francesco-ST <francesco.abbate@st.com> | 2011年02月01日 13:16:26 +0100 |
---|---|---|
committer | francesco-ST <francesco.abbate@st.com> | 2011年02月01日 13:16:26 +0100 |
commit | ef33d2e7047f2092d3c99d969b465201a831b6e6 (patch) | |
tree | f07055dcfae5988cec5566b5d0289b1f58a38d0a /sf_implement.h | |
parent | bd2c1b886cfe9b69a2f8491e700d00639303f798 (diff) | |
download | gsl-shell-ef33d2e7047f2092d3c99d969b465201a831b6e6.tar.gz |
-rw-r--r-- | sf_implement.h | 2 |
diff --git a/sf_implement.h b/sf_implement.h index b40fcf9a..65030f06 100644 --- a/sf_implement.h +++ b/sf_implement.h @@ -518,7 +518,6 @@ int GSH_LUA_NAME(legendreQ) (lua_State *L) return push_gsl_result (L, &res); } -#ifdef LNUM_COMPLEX int GSH_LUA_NAME(cdilog) (lua_State *L) { Complex z = luaL_checkcomplex (L, 1); @@ -535,4 +534,3 @@ int GSH_LUA_NAME(cdilog) (lua_State *L) lua_pushcomplex (L, rr.val + I * ri.val); return 1; } -#endif |