/[pspp]/pspp/src/matrix-data.c
ViewVC logotype

Diff of /pspp/src/matrix-data.c

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

revision 1.23 by blp, Mon Mar 7 03:04:50 2005 UTC revision 1.24 by blp, Mon Mar 14 06:54:40 2005 UTC
# Line 963  read_matrices_without_rowtype (struct ma Line 963  read_matrices_without_rowtype (struct ma
963    nr.split_values = xmalloc (sizeof *nr.split_values    nr.split_values = xmalloc (sizeof *nr.split_values
964                               * dict_get_split_cnt (default_dict));                               * dict_get_split_cnt (default_dict));
965    
966    vfm_source = create_case_source (&matrix_data_without_rowtype_source_class,    vfm_source = create_case_source (&matrix_data_without_rowtype_source_class, &nr);
                                    default_dict, &nr);  
967        
968    procedure (NULL, NULL);    procedure (NULL, NULL);
969    
# Line 1495  read_matrices_with_rowtype (struct matri Line 1494  read_matrices_with_rowtype (struct matri
1494    mx->cells = 0;    mx->cells = 0;
1495    
1496    vfm_source = create_case_source (&matrix_data_with_rowtype_source_class,    vfm_source = create_case_source (&matrix_data_with_rowtype_source_class,
1497                                     default_dict, &wr);                                     &wr);
1498    procedure (NULL, NULL);    procedure (NULL, NULL);
1499    
1500    free (wr.split_values);    free (wr.split_values);

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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