Changeset 19042


Ignore:
Timestamp:
01/26/15 19:22:01 (10 years ago)
Author:
Mathieu Morlighem
Message:

BUG: minor

Location:
issm/trunk-jpl/src/m/classes
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/adinversion.m

    r19040 r19042  
    3131                                        self=setdefaultparameters(self);
    3232                                case 1
    33                                         obj=structtoobj(adinversion(),varargin{1});
     33                                        self=structtoobj(adinversion(),varargin{1});
    3434                                otherwise
    3535                                        error('constructor not supported');
  • issm/trunk-jpl/src/m/classes/frictiontemp.m

    r19040 r19042  
    1717                                        self=setdefaultparameters(self);
    1818                                case 1
    19                                         obj=structtoobj(frictiontemp(),varargin{1});
     19                                        self=structtoobj(frictiontemp(),varargin{1});
    2020                                otherwise
    2121                                        error('constructor not supported');
  • issm/trunk-jpl/src/m/classes/frictionwaterlayer.m

    r19040 r19042  
    1717                                        self=setdefaultparameters(self);
    1818                                case 1
    19                                         obj=structtoobj(frictionwaterlayer(),varargin{1});
     19                                        self=structtoobj(frictionwaterlayer(),varargin{1});
    2020                                otherwise
    2121                                        error('constructor not supported');
  • issm/trunk-jpl/src/m/classes/hydrologyshreve.m

    r19040 r19042  
    2626                                        self=setdefaultparameters(self);
    2727                                case 1
    28                                         obj=structtoobj(self,varargin{1});
     28                                        self=structtoobj(self,varargin{1});
    2929                                otherwise
    3030                                        error('constructor not supported');
  • issm/trunk-jpl/src/m/classes/inversionvalidation.m

    r19040 r19042  
    2727                                        self=setdefaultparameters(self);
    2828                                case 1
    29                                         obj=structtoobj(inversionvalidation(),varargin{1});
     29                                        self=structtoobj(inversionvalidation(),varargin{1});
    3030                                otherwise
    3131                                        error('constructor not supported');
  • issm/trunk-jpl/src/m/classes/linearbasalforcings.m

    r19040 r19042  
    2525                                        self=setdefaultparameters(self);
    2626                                case 1
    27                                         obj=structtoobj(linearbasalforcings(),varargin{1});
     27                                        self=structtoobj(linearbasalforcings(),varargin{1});
    2828                                otherwise
    2929                                        error('constructor not supported');
Note: See TracChangeset for help on using the changeset viewer.