Changeset 501 for trunk/src/uvmat.m
- Timestamp:
- Jul 25, 2012, 1:41:52 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r499 r501 2379 2379 end 2380 2380 if (check_tps ||check_proj_tps)&&~isfield(Field{1},'Coord_tps') 2381 SubDomain=1 500; %default, estimated nbre of vectors in a subdomain used for tps2381 SubDomain=1000; %default, estimated nbre of vectors in a subdomain used for tps 2382 2382 if isfield(Field{1},'SubDomain') 2383 2383 SubDomain=Field{1}.SubDomain;%
Note: See TracChangeset
for help on using the changeset viewer.