Changeset 543 for trunk/src/find_field_cells.m
- Timestamp:
- Sep 15, 2012, 10:31:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_field_cells.m
r535 r543 256 256 DimIndices=[DimIndices ind_dim]; %update the list of coord dimensions included in DimCell 257 257 if check_var && CoordSize(ind_dim)==2 % determine the size of the coordinate in case of coordiante variable limited to lower and upper bounds 258 if isvector(Data.(ListVarName{ivardim})) || iscolumn(Data.(ListVarName{ivardim}))258 if isvector(Data.(ListVarName{ivardim})) 259 259 if numel(Data.(ListVarName{ivardim}))>2 260 260 CoordSize(ind_dim)=numel(Data.(ListVarName{ivardim}));
Note: See TracChangeset
for help on using the changeset viewer.