Changeset 747 for trunk/src/find_field_bounds.m
- Timestamp:
- Apr 22, 2014, 9:44:39 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/find_field_bounds.m
r667 r747 51 51 if NbDim==3 52 52 ZName=Field.ListVarName{CellInfo{imax(ind)}.CoordIndex(1)}; 53 CoordMax(i max(ind),1)=max(max(Field.(ZName)));53 CoordMax(ind,1)=max(max(Field.(ZName))); 54 54 CoordMin(ind,1)=min(min(Field.(ZName))); 55 55 end … … 72 72 if NbDim==3 73 73 FieldOut.ZMax=max(CoordMax(ind,1)); 74 FieldOut.ZMin=m ax(CoordMin(ind,1));74 FieldOut.ZMin=min(CoordMin(ind,1)); 75 75 end 76 76 % adjust the mesh to a value 1, 2 , 5 *10^n
Note: See TracChangeset
for help on using the changeset viewer.