Changeset 2714 for issm/trunk/src/c/io


Ignore:
Timestamp:
12/09/09 11:48:20 (16 years ago)
Author:
Mathieu Morlighem
Message:

Added Balancedthickness solution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/io/FetchParams.cpp

    r2337 r2714  
    6666
    6767                        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,")"));
    6969                        }
    7070
Note: See TracChangeset for help on using the changeset viewer.