pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src regression.q


From: Jason H Stover
Subject: [Pspp-cvs] pspp/src regression.q
Date: Sun, 18 Dec 2005 18:48:44 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Branch:         
Changes by:     Jason H Stover <address@hidden> 05/12/18 18:48:44

Modified files:
        src            : regression.q 

Log message:
        Added preamble

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/src/regression.q.diff?tr1=1.24&tr2=1.25&r1=text&r2=text

Patches:
Index: pspp/src/regression.q
diff -u pspp/src/regression.q:1.24 pspp/src/regression.q:1.25
--- pspp/src/regression.q:1.24  Sun Dec 18 18:20:04 2005
+++ pspp/src/regression.q       Sun Dec 18 18:48:44 2005
@@ -485,6 +485,7 @@
       assert (model_file != NULL);
       assert (fp != NULL);
       fp = fopen (handle_get_filename (model_file), "w");
+      fprintf (fp, "%s", reg_preamble);
       fprintf (fp, "#include <string.h>\n\n");
       fprintf (fp, "%s", reg_mean_cmt);
       fprintf (fp, "double\npspp_reg_estimate (const double *var_vals, const 
char *var_names[])\n{\n\tchar *model_depvars[%d] = {", c->n_indeps);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]