X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Fcomplex%2Falgebraic%2Fcl_C_abs_aux.cc;h=e1b53fdb6178a27cc6376577a37befc5fa9c1006;hb=3af2cde18b3aabed4c808b0113daa81c2263b0bd;hp=adb83adaccb69ca3e86b837e3a7e9fb90062f54a;hpb=850abfde7f0d985ba01526c346bcd0d733562943;p=cln.git diff --git a/src/complex/algebraic/cl_C_abs_aux.cc b/src/complex/algebraic/cl_C_abs_aux.cc index adb83ad..e1b53fd 100644 --- a/src/complex/algebraic/cl_C_abs_aux.cc +++ b/src/complex/algebraic/cl_C_abs_aux.cc @@ -1,10 +1,10 @@ // abs(). // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. -#include "cl_C.h" +#include "complex/cl_C.h" // Implementation. @@ -13,8 +13,7 @@ namespace cln { -MAYBE_INLINE -const cl_R abs (const cl_C& x) +CL_INLINE const cl_R CL_INLINE_DECL(abs) (const cl_C& x) { var const cl_R& a = realpart(x); var const cl_R& b = imagpart(x);