X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=code%2Fstage1%2Fsrc%2FAlgorithm%2Fcompute_coefficients.h;h=a77dc600ac08624ebbafa81a9bf883fde6a49c90;hb=73d68777d709e054cf74e806e23b0bdefda9462a;hp=9530b85cd8b0b5ab49715285c17d5eaf536daf91;hpb=f9f51b6ab4c7280dd521da675353252d7b078984;p=epclust.git diff --git a/code/stage1/src/Algorithm/compute_coefficients.h b/code/stage1/src/Algorithm/compute_coefficients.h index 9530b85..a77dc60 100644 --- a/code/stage1/src/Algorithm/compute_coefficients.h +++ b/code/stage1/src/Algorithm/compute_coefficients.h @@ -5,6 +5,6 @@ // compute rows of the matrix of reduced coordinates (see computeCoefficients.R) void compute_coefficients(PowerCurve* powerCurves, uint32_t nbSeries, uint32_t nbValues, - Real* reducedCoordinates, uint32_t index, uint32_t nbReducedCoordinates); + float* reducedCoordinates, uint32_t index, uint32_t nbReducedCoordinates); #endif