Rev | Line | |
---|
[24307] | 1 | Index: ../trunk-jpl/src/m/classes/model.m
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/m/classes/model.m (revision 23433)
|
---|
| 4 | +++ ../trunk-jpl/src/m/classes/model.m (revision 23434)
|
---|
| 5 | @@ -127,8 +127,10 @@
|
---|
| 6 | %2016 October 11
|
---|
| 7 | if isa(md.esa,'double'); md.esa=esa(); end
|
---|
| 8 | %2017 February 10th
|
---|
| 9 | - if md.settings.solver_residue_threshold==0,
|
---|
| 10 | - md.settings.solver_residue_threshold = 1e-6;
|
---|
| 11 | + if isa(md.settings,'settings'), %this 'isa' verification: 2018 October 24th
|
---|
| 12 | + if md.settings.solver_residue_threshold==0,
|
---|
| 13 | + md.settings.solver_residue_threshold = 1e-6;
|
---|
| 14 | + end
|
---|
| 15 | end
|
---|
| 16 | %2017 April 10th
|
---|
| 17 | if isa(md.gia,'gia'), md.gia=giaivins(); end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.