source: issm/oecreview/Archive/16133-16554/ISSM-16278-16279.diff@ 16556

Last change on this file since 16556 was 16556, checked in by Mathieu Morlighem, 11 years ago

NEW: added Archive/16133-16554

File size: 425 bytes
RevLine 
[16556]1Index: ../trunk-jpl/src/m/mesh/meshconvert.m
2===================================================================
3--- ../trunk-jpl/src/m/mesh/meshconvert.m (revision 16278)
4+++ ../trunk-jpl/src/m/mesh/meshconvert.m (revision 16279)
5@@ -15,9 +15,9 @@
6 y=md.mesh.y;
7 index=md.mesh.elements;
8 else
9- x=varargin{1};
10- y=varargin{2};
11- index=varargin{3};
12+ index=varargin{1};
13+ x=varargin{2};
14+ y=varargin{3};
15 end
16
17 %call Bamg
Note: See TracBrowser for help on using the repository browser.