Changeset 517 for trunk/src/read_GUI.m
- Timestamp:
- Aug 17, 2012, 11:47:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/read_GUI.m
r516 r517 60 60 input=listinput; 61 61 else 62 input=listinput{value};62 input=listinput{value}; 63 63 end 64 64 else % multiple selection 65 input=listinput(value);65 input=listinput(value); 66 66 end 67 67 else
Note: See TracChangeset
for help on using the changeset viewer.