X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcoefficient.h;fp=src%2Fmath%2Fcoefficient.h;h=4019c549b33253c57da77a646d11afff88e2a992;hb=92f198d13c9214c0d75b936f0ea0dc2684ea914b;hp=7f11e8f1f2c54e3147c237f872762dbca5935c2b;hpb=6492b3b49661963dc6d78201a1eb3927fdf54b68;p=pspp-builds.git diff --git a/src/math/coefficient.h b/src/math/coefficient.h index 7f11e8f1..4019c549 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 **, struct design_matrix *); void