Changeset 2714 for issm/trunk/src/c/io
- Timestamp:
- 12/09/09 11:48:20 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/io/FetchParams.cpp
r2337 r2714 66 66 67 67 if (M==0 | N==0){ 68 throw ErrorException(__FUNCT__,exprintf("%s%s%i %s%i%s%i%s",__FUNCT__," error message: array in parameters structure field ",count," is of size (",M,",",N,")"));68 throw ErrorException(__FUNCT__,exprintf("%s%s%i (%s) %s%i%s%i%s",__FUNCT__," error message: array in parameters structure field ",count,name," is of size (",M,",",N,")")); 69 69 } 70 70
Note:
See TracChangeset
for help on using the changeset viewer.