Changeset 404 for trunk/src/plot_field.m
- Timestamp:
- Apr 30, 2012, 6:46:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/plot_field.m
r402 r404 109 109 index_1D=[]; 110 110 index_0D=[]; 111 [Data,errormsg]=check_field_structure(Data);111 errormsg=check_field_structure(Data); 112 112 if ~isempty(errormsg) 113 113 msgbox_uvmat('ERROR',['input of plot_field/check_field_structure: ' errormsg])
Note: See TracChangeset
for help on using the changeset viewer.