Changeset 501 for trunk/src/uvmat.m


Ignore:
Timestamp:
Jul 25, 2012, 1:41:52 AM (12 years ago)
Author:
sommeria
Message:

various improvements: read input parameters for civ. Order of panels rationalised.
rationalisation in find_field_indices
simplification of default PARAM.xml, suppress unneeded information.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r499 r501  
    23792379end
    23802380if (check_tps ||check_proj_tps)&&~isfield(Field{1},'Coord_tps')
    2381     SubDomain=1500; %default, estimated nbre of vectors in a subdomain used for tps
     2381    SubDomain=1000; %default, estimated nbre of vectors in a subdomain used for tps
    23822382    if isfield(Field{1},'SubDomain')
    23832383        SubDomain=Field{1}.SubDomain;%
Note: See TracChangeset for help on using the changeset viewer.