X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcoefficient.h;h=75044f0cadcc261831520845c17ffd170cd1446d;hb=13a7d7fb2c398784b25f7f5f363c3fd86dc93eed;hp=7f11e8f1f2c54e3147c237f872762dbca5935c2b;hpb=4d95fcf5105d5f4641c34daae577e68ec986ffbd;p=pspp-builds.git diff --git a/src/math/coefficient.h b/src/math/coefficient.h index 7f11e8f1..75044f0c 100644 --- a/src/math/coefficient.h +++ b/src/math/coefficient.h @@ -72,7 +72,7 @@ void pspp_coeff_free (struct pspp_coeff *); Initialize the variable and value pointers inside the coefficient structures for the linear model. */ -void pspp_coeff_init (pspp_linreg_cache *, struct design_matrix *); +void pspp_coeff_init (struct pspp_coeff **, const struct design_matrix *); void