Changeset 8125


Ignore:
Timestamp:
05/03/11 14:34:40 (14 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk/src/c/modules/InterpFromGridToMeshx/InterpFromGridToMeshx.cpp ΒΆ

    r7447 r8125  
    3939        }
    4040        if (x_in[1]-x_in[0]<0){
    41                 _error_("x coordinate vectore should 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)");
    4242        }
    4343        if (y_in[1]-y_in[0]<0){
    44                 _error_("y coordinate vectore should 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)");
    4545        }
    4646
Note: See TracChangeset for help on using the changeset viewer.