Changeset 1233 for branches/4.2/src/nxio.c
- Timestamp:
- 15/04/09 10:34:38 (3 years ago)
- File:
-
- 1 edited
-
branches/4.2/src/nxio.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/src/nxio.c
r1144 r1233 228 228 actual stuff for implementing the callback functions 229 229 =====================================================================*/ 230 231 /* 232 * if passed NX_CHAR, then returns dimension of -1 and the caller 233 * needs to do a strlen() or equivalent 234 */ 230 235 void analyzeDim(const char *typeString, int *rank, 231 236 int *iDim, int *type){ … … 252 257 break; 253 258 case NX_CHAR: 254 iDim[0] = -1; 259 iDim[0] = -1; /* length unknown, caller needs to determine later */ 255 260 break; 256 261 default:
Note: See TracChangeset
for help on using the changeset viewer.
