X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flinreg%2FChangeLog;h=10c23462e26f88c89e990c8074517459dd24d608;hb=17a93d686c5a26be3477b08f878cac491b6f6e17;hp=4743b08e2277eafbb4a931df51ace4f0698990d7;hpb=6e0bcaf730de6ad07b874cd02fba32ccfb2a6f47;p=pspp-builds.git diff --git a/src/math/linreg/ChangeLog b/src/math/linreg/ChangeLog index 4743b08e..10c23462 100644 --- a/src/math/linreg/ChangeLog +++ b/src/math/linreg/ChangeLog @@ -1,3 +1,8 @@ +2006-04-22 Jason Stover + + * predict.c (pspp_linreg_residual): Removed unnecessary cast of c_ + to pspp_linreg_cache. + 2006-04-18 Jason Stover * linreg.h: Added a pointer to a variable to store the resduals.