X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcoefficient.c;h=eb2ee3174e42721e9b74147807453dc09f64caab;hb=b57bac17a6057cc0642e6ecea792e058596f92bb;hp=fcd7425e1761737c55f7ab7a4c385bbc74354b30;hpb=f70f1b22e925d55c246372376de1c6ffaacf8a4b;p=pspp-builds.git diff --git a/src/math/coefficient.c b/src/math/coefficient.c index fcd7425e..eb2ee317 100644 --- a/src/math/coefficient.c +++ b/src/math/coefficient.c @@ -53,7 +53,7 @@ pspp_coeff_free (struct pspp_coeff *c) coefficient structures for the linear model. */ void -pspp_coeff_init (struct pspp_coeff ** c, struct design_matrix *X) +pspp_coeff_init (struct pspp_coeff ** c, const struct design_matrix *X) { size_t i; int n_vals = 1;