/[pspp]/pspp/src/oneway.q
ViewVC logotype

Diff of /pspp/src/oneway.q

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by jmd, Tue May 3 11:26:05 2005 UTC revision 1.19 by blp, Wed May 4 05:28:27 2005 UTC
# Line 423  show_descriptives(void) Line 423  show_descriptives(void)
423    
424        const char *s = var_to_string(vars[v]);        const char *s = var_to_string(vars[v]);
425    
426        struct group_statistics **gs_array = hsh_sort(gp->group_hash);        struct group_statistics *const *gs_array = hsh_sort(gp->group_hash);
427        int count = 0;        int count = 0;
428    
429        tab_text (t, 0, row, TAB_LEFT | TAT_TITLE, s);        tab_text (t, 0, row, TAB_LEFT | TAT_TITLE, s);
# Line 574  show_contrast_coeffs(short *bad_contrast Line 574  show_contrast_coeffs(short *bad_contrast
574    int n_rows = 2 + cmd.sbc_contrast;    int n_rows = 2 + cmd.sbc_contrast;
575    union value *group_value;    union value *group_value;
576    int count = 0 ;          int count = 0 ;      
577    void **group_values ;    void *const *group_values ;
578    
579    struct tab_table *t;    struct tab_table *t;
580    
# Line 699  show_contrast_tests(short *bad_contrast) Line 699  show_contrast_tests(short *bad_contrast)
699            struct group_proc *grp_data = group_proc_get (vars[v]);            struct group_proc *grp_data = group_proc_get (vars[v]);
700            struct hsh_table *group_hash = grp_data->group_hash;            struct hsh_table *group_hash = grp_data->group_hash;
701    
702            void **group_stat_array;            void *const *group_stat_array;
703    
704            double T;            double T;
705            double std_error_contrast ;            double std_error_contrast ;

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26