Changeset 87 for trunk/src/uvmat.m


Ignore:
Timestamp:
Apr 27, 2010, 7:56:28 PM (14 years ago)
Author:
sommeria
Message:

improvement of vioew_field
suppress spurious 'todo' path in civ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/uvmat.m

    r86 r87  
    26372637        %Projeter les champs sur l'objet:*
    26382638        ObjectData=proj_field(UvData.Field,UvData.Object{iobj},iobj);
    2639         if imap==2
    2640             UvData.ProjField_2=ObjectData;%store the projection field on uvmat: ***** WILL REPLACE THE FIELD SORED ON THE AXES: AxeData *****
    2641         else
    2642             UvData.ProjField_1=ObjectData;%store the projection field on view_field
    2643         end
     2639%         if imap==2
     2640%             UvData.ProjField_2=ObjectData;%store the projection field on uvmat: ***** WILL REPLACE THE FIELD SORED ON THE AXES: AxeData *****
     2641%         else
     2642%             UvData.ProjField_1=ObjectData;%store the projection field on view_field
     2643%         end
    26442644        %use of mask
    26452645        if isfield(ObjectData,'NbDim')&isequal(ObjectData.NbDim,2)
Note: See TracChangeset for help on using the changeset viewer.