X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Fmath%2Fcoefficient.h;h=75044f0cadcc261831520845c17ffd170cd1446d;hb=3f159627d3b80706e58a54be2431c3edbc5333dc;hp=4019c549b33253c57da77a646d11afff88e2a992;hpb=92f198d13c9214c0d75b936f0ea0dc2684ea914b;p=pspp-builds.git diff --git a/src/math/coefficient.h b/src/math/coefficient.h index 4019c549..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 (struct pspp_coeff **, struct design_matrix *); +void pspp_coeff_init (struct pspp_coeff **, const struct design_matrix *); void