Changeset 4831 for trunk/Ohana/src/libfits/matrix/F_insert_M.c
- Timestamp:
- Aug 19, 2005, 5:12:12 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libfits/matrix/F_insert_M.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libfits/matrix/F_insert_M.c
r2415 r4831 2 2 3 3 /*********************** fits insert array ***********************************/ 4 void fits_insert_matrix (matrix, array, x, y) 5 Matrix *matrix, *array; 6 int x, y; 7 { 4 void fits_insert_matrix (Matrix *matrix, Matrix *array, int x, int y) { 8 5 9 6 /* there is no check here to match BITPIX, BZERO, or BSCALE */
Note:
See TracChangeset
for help on using the changeset viewer.
