]> www.ginac.de Git - cln.git/blobdiff - src/complex/algebraic/cl_C_abs_aux.cc
Replace unused macro with cl_unused.
[cln.git] / src / complex / algebraic / cl_C_abs_aux.cc
index adb83adaccb69ca3e86b837e3a7e9fb90062f54a..e1b53fdb6178a27cc6376577a37befc5fa9c1006 100644 (file)
@@ -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);