X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=src%2Frational%2Felem%2Fcl_RA_from_I_posI1.cc;h=888f9cf7304ac446dadfca78c2ba6e206cc7d7e5;hb=740c032627dfc7ac87d90d6e75b5e87e78c9e716;hp=e1ff5c376bf2a3cc69e1a4dc8bd05d25f9e4716f;hpb=dd9e0f894eec7e2a8cf85078330ddc0a6639090b;p=cln.git diff --git a/src/rational/elem/cl_RA_from_I_posI1.cc b/src/rational/elem/cl_RA_from_I_posI1.cc index e1ff5c3..888f9cf 100644 --- a/src/rational/elem/cl_RA_from_I_posI1.cc +++ b/src/rational/elem/cl_RA_from_I_posI1.cc @@ -1,15 +1,19 @@ // I_I_to_RT(). // General includes. -#include "cl_sysdep.h" +#include "base/cl_sysdep.h" // Specification. -#include "cl_RA.h" +#include "rational/cl_RA.h" // Implementation. +namespace cln { + const cl_RA I_I_to_RT (const cl_I& a, const cl_I& b) { return allocate_ratio(a,b); } + +} // namespace cln