X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5f9b13c6302e914a514168da8ff54818c0ee6787..993ac086676ec73f49a46e389467ed005c2707c3:/src/surf/cpu_ti.cpp diff --git a/src/surf/cpu_ti.cpp b/src/surf/cpu_ti.cpp index 93c115c984..ae2984e3ee 100644 --- a/src/surf/cpu_ti.cpp +++ b/src/surf/cpu_ti.cpp @@ -128,10 +128,8 @@ double CpuTiTgmr::integrate(double a, double b) /** * \brief Auxiliary function to compute the integral between a and b. * It simply computes the integrals at point a and b and returns the difference between them. - * \param trace Trace structure - * \param a Initial point + * \param a Initial point * \param b Final point - * \return Integral */ double CpuTiTrace::integrateSimple(double a, double b) { @@ -140,9 +138,7 @@ double CpuTiTrace::integrateSimple(double a, double b) /** * \brief Auxiliary function to compute the integral at point a. - * \param trace Trace structure * \param a point - * \return Integral */ double CpuTiTrace::integrateSimplePoint(double a) {