Back to the main page.
Bug 3117 - kiel workshop issues - refine failed
Status | CLOSED FIXED |
Reported | 2016-04-28 12:14:00 +0200 |
Modified | 2016-06-14 16:14:56 +0200 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P5 normal |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: | http://bugzilla.fieldtriptoolbox.org/show_bug.cgi?id=3100 |
Robert Oostenveld - 2016-04-28 12:14:47 +0200
On 28 Apr 2016, at 11:24, Cristiano Micheli wrote: *One user reports this: Matlab Version: 8.5.0.197613 (R2015a) Error message: Error using refine (line 66) Not enough input arguments. Error in icosahedron2562 (line 26) [pnt, tri] = refine(pnt, tri); Error in ft_plot_vol (line 72) [pos, tri] = icosahedron2562; Suggested Solution: Line 63: if exist('texture','var')
Robert Oostenveld - 2016-04-28 13:07:39 +0200
this is due to a change recently introduced by Simon (CC). I have fixed it and cleaned up the input argument handling to the function. 191-164> git commit private/refine.m [master c9c2253] fixed bug http://bugzilla.fieldtriptoolbox.org/show_bug.cgi?id=3117 1 file changed, 41 insertions(+), 32 deletions(-)
Diego Lozano Soldevilla - 2016-04-28 14:02:08 +0200
(In reply to Robert Oostenveld from comment #1) I add a related bug http://bugzilla.fieldtriptoolbox.org/show_bug.cgi?id=3100