Changeset 3492 for trunk/Ohana/src/libfits/table/F_table_format.c
- Timestamp:
- Mar 23, 2005, 9:34:48 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libfits/table/F_table_format.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libfits/table/F_table_format.c
r3490 r3492 79 79 return (TRUE); 80 80 } 81 82 /* 83 valid TABLE column formats: 84 FN.N - floating point 85 INN - integer 86 ANN - NN char string 87 88 */ 81 89 82 90 /** extract a table subset to a vtable ***/ … … 180 188 } 181 189 182 /*183 valid TABLE column formats:184 FN.N - floating point185 INN - integer186 ANN - NN char string187 188 */189 190 191 190 /* vsnprintf (&line[off], Nchar + 1, format, argp); */
Note:
See TracChangeset
for help on using the changeset viewer.
