Back to the main page.
Bug 1222 - there are two copies of ft_prepare_bemmodel
| Status | CLOSED FIXED |
| Reported | 2011-12-07 22:01:00 +0100 |
| Modified | 2012-06-12 13:01:02 +0200 |
| Product: | FieldTrip |
| Component: | core |
| Version: | unspecified |
| Hardware: | All |
| Operating System: | All |
| Importance: | P4 enhancement |
| Assigned to: | Cristiano Micheli |
| URL: | |
| Tags: | |
| Depends on: | |
| Blocks: | |
| See also: |
Robert Oostenveld - 2011-12-07 22:01:34 +0100
manzana> find . -name ft_prepare_bemmodel.m ./compat/ft_prepare_bemmodel.m ./ft_prepare_bemmodel.m Why is there a copy in compat? What is the difference between the versions?
Boris Reuderink - 2011-12-22 14:54:41 +0100
Defect by developer, confirmed.
Cristiano Micheli - 2012-02-01 15:29:52 +0100
(In reply to comment #1) already deleted the compat version a while ago. In the future this function is gonna be deprecated.
Boris Reuderink - 2012-02-02 11:59:24 +0100
According to my information, the compat version is still there: http://code.google.com/p/fieldtrip/source/browse/trunk/compat/ft_prepare_bemmodel.m Regarding the differences between the two, run: $ diff -u ft_prepare_bemmodel.m compat/ft_prepare_bemmodel.m [snip] They are indeed not the same. I am reopening the bug because apparently something did not work out.