Changeset 630 for trunk/src/proj_field.m
- Timestamp:
- May 6, 2013, 6:49:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/proj_field.m
r629 r630 935 935 %% initiate Matlab structure for physical field 936 936 [ProjData,errormsg]=proj_heading(FieldData,ObjectData); 937 if ~isempty(errormsg) 938 return 939 end 937 940 938 941 %% reproduce initial plane position and angle … … 1044 1047 case 'scattered' 1045 1048 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) 1047 1050 end 1048 1051 coord_x=FieldData.(FieldData.ListVarName{CellInfo{icell}.CoordIndex(end)});% initial x coordinates
Note: See TracChangeset
for help on using the changeset viewer.