Changeset 7054 for trunk/Ohana/src/libfits/matrix/F_free_M.c
- Timestamp:
- May 3, 2006, 12:01:09 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libfits/matrix/F_free_M.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libfits/matrix/F_free_M.c
r7039 r7054 3 3 4 4 /*********************** fits free matrix ***********************************/ 5 void fits_free_matrix (Matrix *matrix) {5 void gfits_free_matrix (Matrix *matrix) { 6 6 7 7 if (matrix[0].buffer == (char *) NULL) return;
Note:
See TracChangeset
for help on using the changeset viewer.
