Back to the main page.
Bug 971 - ft_sourcedescriptives does not understand the option 'method' anymore
Status | CLOSED FIXED |
Reported | 2011-09-20 17:47:00 +0200 |
Modified | 2011-11-11 11:19:45 +0100 |
Product: | FieldTrip |
Component: | core |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P1 major |
Assigned to: | Cristiano Micheli |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Cristiano Micheli - 2011-09-20 17:47:48 +0200
the option is kept only for backward compatibility, but causes the function to crash if called in the standard way: cfg=[]; cfg.projectmom = 'yes'; ft_sourcedescriptives(cfg,source) yields ??? Reference to non-existent field 'method'. Error in ==> ft_sourcedescriptives at 689 if strcmp(source.method, 'randomization') || strcmp(source.method, 'permutation')