Skip to content

Commit

Permalink
fix macro_method call
Browse files Browse the repository at this point in the history
address brainstorm API change:
*******************************************************************************
*** WARNING: In function: process_inverse_mem.m at line 24
***          The process API changed, due to modifications in Matlab 2016b.
***          Replace "macro_methodcall;" with "eval(macro_method);"
***          at the beginning of all your Brainstorm functions.
*******************************************************************************​
  • Loading branch information
thomas-vincent authored May 8, 2018
1 parent d3a6188 commit 74c2e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion best_fork/brainentropy/processes/process_inverse_mem.m
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
%
% Authors: Francois Tadel, 2012-2014

macro_methodcall;
eval(macro_method);
end


Expand Down

0 comments on commit 74c2e78

Please sign in to comment.