Changeset 27419


Ignore:
Timestamp:
11/24/22 01:26:52 (2 years ago)
Author:
jdquinn
Message:

CHG: Removing check on phi

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

Legend:

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

    r27417 r27419  
    7676                                md = checkfield(md,'fieldname','sampling.beta','NaN',1,'Inf',1,'size',[md.mesh.numberofvertices 1],'>',0);
    7777                        end
    78                         md = checkfield(md,'fieldname','sampling.phi','NaN',1,'Inf',1,'numel',1,'>=',0);
    7978                        md = checkfield(md,'fieldname','sampling.alpha','NaN',1,'Inf',1,'numel',1,'>',0);
    8079                        md = checkfield(md,'fieldname','sampling.seed','NaN',1,'Inf',1,'numel',1);
  • issm/trunk-jpl/src/m/classes/sampling.py

    r27417 r27419  
    8484            md = checkfield(md, 'fieldname', 'sampling.beta', 'NaN', 1, 'Inf', 1, 'size', [md.mesh.numberofvertices], '>', 0)
    8585        end
    86         md = checkfield(md, 'fieldname', 'sampling.phi', 'NaN', 1, 'Inf', 1, 'numel', 1, '>=', 0)
    8786        md = checkfield(md, 'fieldname', 'sampling.alpha', 'NaN', 1, 'Inf', 1, 'numel', 1, '>', 0)
    8887        md = checkfield(md, 'fieldname', 'sampling.seed', 'NaN', 1, 'Inf', 1, 'numel', 1)
Note: See TracChangeset for help on using the changeset viewer.