Changeset 8125
- Timestamp:
- 05/03/11 14:34:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk/src/c/modules/InterpFromGridToMeshx/InterpFromGridToMeshx.cpp ΒΆ
r7447 r8125 39 39 } 40 40 if (x_in[1]-x_in[0]<0){ 41 _error_("x coordinate vector eshould be increasing.\n use Matlab's command x=flipud(x), also flip the data matrix data=fliplr(data)");41 _error_("x coordinate vector should be increasing.\n use Matlab's command x=flipud(x), also flip the data matrix data=fliplr(data)"); 42 42 } 43 43 if (y_in[1]-y_in[0]<0){ 44 _error_("y coordinate vector eshould be increasing.\n use Matlab's command y=flipud(y), also flip the data matrix data=flipud(data)");44 _error_("y coordinate vector should be increasing.\n use Matlab's command y=flipud(y), also flip the data matrix data=flipud(data)"); 45 45 } 46 46
Note:
See TracChangeset
for help on using the changeset viewer.