- Timestamp:
- May 28, 2015, 8:27:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/libfits/table/F_table_row.c
r28241 r38329 28 28 REALLOCATE (table[0].buffer, char, MAX (nbytes, 1)); 29 29 table[0].datasize = nbytes; 30 table[0].heap_start = gfits_heap_start (header); 30 31 31 32 memcpy (&table[0].buffer[Nstart], data, Nbytes*Nrow); … … 67 68 68 69 table[0].datasize = gfits_data_size (table[0].header); 70 // table[0].heap_start = gfits_heap_start (header); 69 71 table[0].pad = table[0].datasize - Nx*Ny; 70 72 … … 102 104 REALLOCATE (table[0].buffer, char, MAX (nbytes, 1)); 103 105 table[0].datasize = nbytes; 106 table[0].heap_start = gfits_heap_start (header); 104 107 return (TRUE); 105 108 }
Note:
See TracChangeset
for help on using the changeset viewer.
