]> www.ginac.de Git - cln.git/blobdiff - src/real/algebraic/cl_RA_sqrt.cc
Fix linking problems on some platforms caused by inline/non-inline versions
[cln.git] / src / real / algebraic / cl_RA_sqrt.cc
index 791c2d990523cc3c73f76319b2ff692beab07d55..4b112eb1389d8025096ba00600ded97c80bc6ac0 100644 (file)
@@ -14,8 +14,7 @@
 
 namespace cln {
 
-MAYBE_INLINE
-const cl_R sqrt (const cl_RA& x)
+CL_INLINE const cl_R CL_INLINE_DECL(sqrt) (const cl_RA& x)
 {
        var cl_RA w;
        if (sqrtp(x,&w)) // auf Quadrat testen