source: issm/oecreview/Archive/24684-25833/ISSM-25108-25109.diff

Last change on this file was 25834, checked in by Mathieu Morlighem, 4 years ago

CHG: added 24684-25833

File size: 1.0 KB
RevLine 
[25834]1Index: ../trunk-jpl/src/m/partition/AreaAverageOntoPartition.m
2===================================================================
3--- ../trunk-jpl/src/m/partition/AreaAverageOntoPartition.m (revision 25108)
4+++ ../trunk-jpl/src/m/partition/AreaAverageOntoPartition.m (revision 25109)
5@@ -1,4 +1,4 @@
6-function partvector=AreaAverageOntoPartition(md,vector,layer,partition)
7+function partvector=AreaAverageOntoPartition(md,vector,partition,layer)
8 %AREAAVERAGEONTOPARTITION
9 % compute partition values for a certain vector expressed on the vertices of the mesh.
10 % Use area weighted average.
11Index: ../trunk-jpl/src/m/partition/partitioner.m
12===================================================================
13--- ../trunk-jpl/src/m/partition/partitioner.m (revision 25108)
14+++ ../trunk-jpl/src/m/partition/partitioner.m (revision 25109)
15@@ -1,4 +1,4 @@
16-function [partitionvector md]=partitioner(md,varargin)
17+function [partitionvector, md]=partitioner(md,varargin)
18 %PARTITIONER - partition mesh
19 %
20 % List of options to partitioner:
Note: See TracBrowser for help on using the repository browser.