Ignore:
Timestamp:
08/15/12 07:04:15 (13 years ago)
Author:
jschierm
Message:

CHG: Changed numerous integer 1 to list [1] for python (and similarly for matlab).

File:
1 edited

Legend:

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

    r13020 r13040  
    3131                        if ismember(DiagnosticHorizAnalysisEnum(),analyses),
    3232
    33                                 md = checkfield(md,'flowequation.ismacayealpattyn','numel',1,'values',[0 1]);
    34                                 md = checkfield(md,'flowequation.ishutter','numel',1,'values',[0 1]);
    35                                 md = checkfield(md,'flowequation.isstokes','numel',1,'values',[0 1]);
     33                                md = checkfield(md,'flowequation.ismacayealpattyn','numel',[1],'values',[0 1]);
     34                                md = checkfield(md,'flowequation.ishutter','numel',[1],'values',[0 1]);
     35                                md = checkfield(md,'flowequation.isstokes','numel',[1],'values',[0 1]);
    3636                                md = checkfield(md,'flowequation.bordermacayeal','size',[md.mesh.numberofvertices 1],'values',[0 1]);
    3737                                md = checkfield(md,'flowequation.borderpattyn','size',[md.mesh.numberofvertices 1],'values',[0 1]);
Note: See TracChangeset for help on using the changeset viewer.