ucx/utils.h

changeset 138
7800811078b8
parent 135
a0aa1c15f46b
child 140
15f871f50bfd
     1.1 --- a/ucx/utils.h	Fri Aug 09 15:29:26 2013 +0200
     1.2 +++ b/ucx/utils.h	Mon Aug 12 14:39:51 2013 +0200
     1.3 @@ -95,7 +95,7 @@
     1.4   * Compares two real numbers of type float.
     1.5   * @param f1 pointer to float one
     1.6   * @param f2 pointer to float two
     1.7 - * @param if provided: a pointer to precision (default: 1e-6f)
     1.8 + * @param data if provided: a pointer to precision (default: 1e-6f)
     1.9   * @return -1, if *f1 is less than *f2, 0 if both are equal,
    1.10   * 1 if *f1 is greater than *f2
    1.11   */
    1.12 @@ -104,9 +104,9 @@
    1.13  
    1.14  /**
    1.15   * Compares two real numbers of type double.
    1.16 - * @param f1 pointer to double one
    1.17 - * @param f2 pointer to double two
    1.18 -* @param if provided: a pointer to precision (default: 1e-14)
    1.19 + * @param d1 pointer to double one
    1.20 + * @param d2 pointer to double two
    1.21 + * @param data if provided: a pointer to precision (default: 1e-14)
    1.22   * @return -1, if *d1 is less than *d2, 0 if both are equal,
    1.23   * 1 if *d1 is greater than *d2
    1.24   */

mercurial