IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2006, 11:06:10 AM (20 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tst_psPolyFit1D.c

    r6226 r6304  
    104104
    105105        if (flags & TS00_POLY_CHEB) {
    106             p_psNormalizeVectorRangeF32(x, -1.0, 1.0);
     106            p_psNormalizeVectorRange(x, -1.0, 1.0);
    107107        }
    108108    }
     
    116116
    117117        if (flags & TS00_POLY_CHEB) {
    118             p_psNormalizeVectorRangeS32(x, -1, 1);
     118            p_psNormalizeVectorRange(x, -1, 1);
    119119        }
    120120    }
     
    128128
    129129        if (flags & TS00_POLY_CHEB) {
    130             p_psNormalizeVectorRangeF64(x, -1.0, 1.0);
     130            p_psNormalizeVectorRange(x, -1.0, 1.0);
    131131        }
    132132    }
Note: See TracChangeset for help on using the changeset viewer.