X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fcoefficient.c;h=e6b0eaf49fac3c94ef1effe2eeaab103440c3405;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=51c1a9077cd6404efb195bb8ca8bc9583b4ac941;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/math/coefficient.c b/src/math/coefficient.c index 51c1a907..e6b0eaf4 100644 --- a/src/math/coefficient.c +++ b/src/math/coefficient.c @@ -1,18 +1,18 @@ /* src/math/coefficient.c - + Copyright (C) 2005 Free Software Foundation, Inc. Written by Jason H Stover. - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. @@ -65,7 +65,7 @@ pspp_coeff_init (struct pspp_coeff ** c, const struct design_matrix *X) c[i]->n_vars = n_vals; /* Currently, no procedures allow interactions. This line will have to change when procedures that allow - interaction terms are written. + interaction terms are written. */ c[i]->v_info = xnmalloc (c[i]->n_vars, sizeof (*c[i]->v_info)); assert (c[i]->v_info != NULL);