Back to the main page.
Bug 3310 - Spurious display with upper case warning states
Status | CLOSED FIXED |
Reported | 2017-06-14 10:46:00 +0200 |
Modified | 2018-11-19 15:34:17 +0100 |
Product: | FieldTrip |
Component: | octave |
Version: | unspecified |
Hardware: | PC |
Operating System: | Linux |
Importance: | P5 trivial |
Assigned to: | Jan-Mathijs Schoffelen |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Guillaume - 2017-06-14 10:46:14 +0200
In Octave, the following lines from fieldtrip/forward/private/meg_ini.m: warning('OFF', 'MATLAB:nearlySingularMatrix'); warning('ON', 'MATLAB:nearlySingularMatrix'); create a spurious display at runtime: warning: OFF warning: ON The fix is to use warning('on/off',...) instead.