Back to the main page.
Bug 2661 - unknown variable inputcoord ft_volumelookup
Status | CLOSED FIXED |
Reported | 2014-07-25 06:30:00 +0200 |
Modified | 2015-01-12 09:21:33 +0100 |
Product: | FieldTrip |
Component: | plotting |
Version: | unspecified |
Hardware: | PC |
Operating System: | Windows |
Importance: | P5 normal |
Assigned to: | Jan-Mathijs Schoffelen |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Tyler - 2014-07-25 06:30:50 +0200
On line 219 of ft_volumelookup there is the following line of code: elseif ~strcmp(inputcoord, atlas.coordsys) I suggest it should be: elseif ~strcmp(cfg.inputcoord, atlas.coordsys) Thankyou