Changeset 394 for trunk/src/series/merge_proj.m
- Timestamp:
- Apr 24, 2012, 7:54:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series/merge_proj.m
r381 r394 59 59 return 60 60 end 61 if ~isequal(ProjObject. Style,'plane')|| isequal(ProjObject.ProjMode,'projection')61 if ~isequal(ProjObject.Type,'plane')|| isequal(ProjObject.ProjMode,'projection') 62 62 msgbox_uvmat('ERROR','The projection object must be a plane with projection mode interp or filter') 63 63 return 64 64 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]); 66 66 if ~isequal(answeryes,'Yes') 67 67 return
Note: See TracChangeset
for help on using the changeset viewer.