Changeset 630 for trunk/src/proj_field.m


Ignore:
Timestamp:
May 6, 2013, 6:49:54 PM (11 years ago)
Author:
sommeria
Message:

generalisation of update_imadoc, improverment of the GUI get_field

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/proj_field.m

    r629 r630  
    935935%% initiate Matlab  structure for physical field
    936936[ProjData,errormsg]=proj_heading(FieldData,ObjectData);
     937if ~isempty(errormsg)
     938    return
     939end
    937940
    938941%% reproduce initial plane position and angle
     
    10441047        case 'scattered'
    10451048            if strcmp(ProjMode{icell},'interp_tps')
    1046                 continue %skip for interp_tps (needs tps field cell)
     1049                continue %skip for next cell (needs tps field cell)
    10471050            end
    10481051            coord_x=FieldData.(FieldData.ListVarName{CellInfo{icell}.CoordIndex(end)});% initial x coordinates
Note: See TracChangeset for help on using the changeset viewer.