Ignore:
Timestamp:
08/25/16 16:48:58 (9 years ago)
Author:
agscott1
Message:

CHG: Removed nc support for test Data, updated Data, Par and matlab functions to use arch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/archive/archread.m

    r21151 r21166  
    7676        elseif isscalar(format)
    7777                code=2; % scalar
    78         elseif isvector(format)
     78        elseif isvector(format) or ismatrix(format)
    7979                code=3; % vector
    8080        else
Note: See TracChangeset for help on using the changeset viewer.