Skip to content

Commit

Permalink
release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gramian committed Oct 7, 2022
1 parent 3b7e926 commit 78b498b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/mor_MORGEN.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
%%% license: BSD-2-Clause (opensource.org/licenses/BSD-2-clause)
%%% summary: Test MORGEN network.

for s = {'imex1'}%,'imex2'}
for m = {{'ode_end','_l'}}%{{'ode_mid',''},{'ode_end',''},{'ode_end','_l'}}
for s = {'imex1','imex2'}
for m = {{'ode_mid',''},{'ode_end',''},{'ode_end','_l'}}

if strcmp(m{1}{2},'_l'), plotid = 'lin'; else, plotid = 'non'; end%if
%
Expand Down

0 comments on commit 78b498b

Please sign in to comment.