Changeset 944 for trunk/src/find_field_cells.m
- Timestamp:
- May 20, 2016, 6:19:16 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_field_cells.m
r924 r944 263 263 if ~isempty(ind_dim) 264 264 DimIndices=[DimIndices ind_dim]; %update the list of dim indices included in DimCell 265 if check_var & &CoordSize(ind_dim)==2 % determine the size of the coordinate in case of coordinate definition limited to lower and upper bounds265 if check_var & CoordSize(ind_dim)==2 % determine the size of the coordinate in case of coordinate definition limited to lower and upper bounds 266 266 if isvector(Data.(ListVarName{ivardim})) 267 267 if numel(Data.(ListVarName{ivardim}))>2
Note: See TracChangeset
for help on using the changeset viewer.