Back to the main page.
Bug 475 - ft_inside_vol should be used instead of find_inside_vol
Status |
CLOSED FIXED |
Reported |
2011-02-04 08:59:00 +0100 |
Modified |
2011-03-23 10:09:07 +0100 |
Product: |
FieldTrip |
Component: |
core |
Version: |
unspecified |
Hardware: |
PC |
Operating System: |
Mac OS |
Importance: |
P1 normal |
Assigned to: |
Eelke Spaak |
URL: |
|
Tags: |
|
Depends on: |
|
Blocks: |
|
See also: |
|
Robert Oostenveld - 2011-02-04 08:59:29 +0100
manzana> grep ft_inside_vol private/*
private/find_inside_vol.m:inside = ft_inside_vol(pos, vol);
private/ft_inside_vol.m:function [inside] = ft_inside_vol(pos, vol)
private/ft_inside_vol.m:% [inside] = ft_inside_vol(pos, vol, ...)
private/ft_inside_vol.m:% $Id: ft_inside_vol.m 2787 2011-02-03 11:55:33Z roboos $
At the moment find_inside_vol is called, but it is just a wrapper around the new and API correct ft_inside_vol.