Ignore:
Timestamp:
Apr 24, 2012, 7:54:21 PM (12 years ago)
Author:
sommeria
Message:

bugs corrected in series fct taking into account new conventions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/series/merge_proj.m

    r381 r394  
    5959            return
    6060    end
    61     if ~isequal(ProjObject.Style,'plane')|| isequal(ProjObject.ProjMode,'projection')
     61    if ~isequal(ProjObject.Type,'plane')|| isequal(ProjObject.ProjMode,'projection')
    6262            msgbox_uvmat('ERROR','The projection object must be a plane with projection mode interp or filter')
    6363            return
    6464    end
    65     answeryes=msgbox_uvmat('INPUT_Y-N',['field series projected on ' ProjObject.Style]);
     65    answeryes=msgbox_uvmat('INPUT_Y-N',['field series projected on ' ProjObject.Type]);
    6666    if ~isequal(answeryes,'Yes')
    6767        return
Note: See TracChangeset for help on using the changeset viewer.