Back to the main page.
Bug 1048 - ft_sourcedescriptives handles cfg.inputfile wrongly
| Status |
CLOSED FIXED |
| Reported |
2011-10-17 13:20:00 +0200 |
| Modified |
2011-11-09 14:38:00 +0100 |
| Product: |
FieldTrip |
| Component: |
core |
| Version: |
unspecified |
| Hardware: |
PC |
| Operating System: |
Windows |
| Importance: |
P1 normal |
| Assigned to: |
Jörn M. Horschig |
| URL: |
|
| Tags: |
|
| Depends on: |
|
| Blocks: |
|
| See also: |
|
Jörn M. Horschig - 2011-10-17 13:20:02 +0200
1) The loaded variable is called data and not source in line 113:
data = loadvar(cfg.inputfile, 'source')
2) code is executed which assumes the source variable to be present before the inputfile has been loaded (line 97)
I'm gonna fix these two quickly, knowing that it will all be dealt with globally when the header/preamble script is up and running