Changeset 1081 for trunk/src/get_field.m


Ignore:
Timestamp:
May 28, 2020, 5:30:08 PM (4 years ago)
Author:
sommeria
Message:

phys_polar corrected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_field.m

    r1080 r1081  
    629629
    630630%% set default selection for grid coordinates
     631if ~isempty(var_coord)
    631632coord_val(1)=var_coord(end);
    632633coord_val(2)=var_coord(end-1);
    633634if numel(var_coord)>=3
    634635    coord_val(3)=var_coord(end-2);
     636end
    635637end
    636638% if numel(find(test_coord))>3
Note: See TracChangeset for help on using the changeset viewer.