Back to the main page.
Bug 958 - what happens if simbio is not available or if the computer is a pc?
Status | CLOSED FIXED |
Reported | 2011-09-12 17:57:00 +0200 |
Modified | 2011-09-14 14:33:37 +0200 |
Product: | FieldTrip |
Component: | forward |
Version: | unspecified |
Hardware: | PC |
Operating System: | Mac OS |
Importance: | P1 normal |
Assigned to: | Cristiano Micheli |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Robert Oostenveld - 2011-09-12 17:57:44 +0200
leadfield_simbio includes the following % add the Simbio folder to the path if ft_hastoolbox('simbio',1,0) if ~ispc but the exceptions are not explicitely handled as errors. Should there not be something like if ~isunix error('this only works on linux and osx') end etcetera?