Changeset 247 for trunk/src/uvmat.m


Ignore:
Timestamp:
Apr 29, 2011, 6:44:35 PM (13 years ago)
Author:
sommeria
Message:

thin plate shell corrected for spatial derivatives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r246 r247  
    21472147    ParamIn.GUIName='get_field';
    21482148    [Field{1},ParamOut,errormsg] = read_field(ObjectName,FileType,ParamIn,num_i1);
     2149    Field{1}
    21492150    if ~isempty(errormsg)
    21502151        errormsg=['error in reading ' filename ': ' errormsg];
     
    24622463    end
    24632464else
    2464     errormsg='input field coordinates not defined';
    2465     return
     2465%     errormsg='input field coordinates not defined';
     2466%     return
    24662467end
    24672468if NbDim==3
     
    25932594
    25942595%% Plot the projections on the selected  projection objects
    2595 
     2596'PLOT'
    25962597% main projection object (uvmat display)
    25972598list_object=get(handles.list_object_1,'String');
Note: See TracChangeset for help on using the changeset viewer.