Changeset 17765


Ignore:
Timestamp:
04/18/14 08:25:02 (11 years ago)
Author:
cborstad
Message:

BUG: fixes for matdamageice, forgot to include python version

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

Legend:

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

    r17757 r17765  
    1 %MATICE class definition
     1%MATDAMAGEICE class definition
    22%
    33%   Usage:
    4 %      matice=matice();
     4%      matdamageice=matdamageice();
    55
    6 classdef matice
     6classdef matdamageice
    77        properties (SetAccess=public)
    88                rho_ice                    = 0.;
     
    6464         
    6565        end % }}}
    66                 function obj = matice(varargin) % {{{
     66                function obj = matdamageice(varargin) % {{{
    6767                        switch nargin
    6868                                case 0
     
    7070                                case 1
    7171                                        inputstruct=varargin{1};
    72                                         list1 = properties('matice');
     72                                        list1 = properties('matdamageice');
    7373                                        list2 = fieldnames(inputstruct);
    7474                                        for i=1:length(list1)
Note: See TracChangeset for help on using the changeset viewer.