fixed export bug
[pspp-builds.git] / src / language / stats / regression-export.h
index 083064d163f5be6a84f0c0f873285c3ed908e65e..3c3a76d6564737cb4cea0c2b911bb2da119a395e 100644 (file)
@@ -1,21 +1,18 @@
-/* PSPP - Comments for C files generated by REGRESSION's EXPORT subcommand.
+/* PSPP - a program for statistical analysis.
    Copyright (C) 2005 Free Software Foundation, Inc.
-   Written by Jason H Stover <jason@sakla.net>.
 
-   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 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 3 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.
+   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
-   02110-1301, USA. */
+   along with this program.  If not, see <http://www.gnu.org/licenses/>. */
 
 /*
   Exported C code for a regression model. The EXPORT subcommand causes PSPP
@@ -61,7 +58,7 @@ const char reg_getvar[] = "{\n\t\tj = pspp_reg_getvar (var_names[i]);\n"
 "const char *var_names[])\n{\n\t";
 
 const char reg_export_t_quantiles_1[] = "/*\n    Quantiles for the T distribution.\n*/\n"
-"static int\npspp_reg_t_quantile "
+"static double\npspp_reg_t_quantile "
 "(double prob)\n{\n\n\tint i;\n\tdouble quantiles[] = {\n\t\t";
 
 const char reg_export_t_quantiles_2[] = "i = (int) 100.0 * prob;\n\treturn quantiles[i];\n}\n";