Changeset 27435 for trunk/Ohana/src/libfits/matrix/F_set_M_value.c
- Timestamp:
- Mar 24, 2010, 11:22:25 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libfits/matrix/F_set_M_value.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/libfits/matrix/F_set_M_value.c
r15487 r27435 3 3 4 4 /****************** fits set matrix value ***********************************/ 5 void gfits_set_matrix_value (Matrix *matrix, int x, int y, double Value) {5 void gfits_set_matrix_value (Matrix *matrix, off_t x, off_t y, double Value) { 6 6 7 int pixel;7 off_t pixel; 8 8 double value; 9 9
Note:
See TracChangeset
for help on using the changeset viewer.
