source:
issm/oecreview/Archive/23390-24306/ISSM-23433-23434.diff
Last change on this file was 24307, checked in by , 5 years ago | |
---|---|
File size: 700 bytes |
-
../trunk-jpl/src/m/classes/model.m
127 127 %2016 October 11 128 128 if isa(md.esa,'double'); md.esa=esa(); end 129 129 %2017 February 10th 130 if md.settings.solver_residue_threshold==0, 131 md.settings.solver_residue_threshold = 1e-6; 130 if isa(md.settings,'settings'), %this 'isa' verification: 2018 October 24th 131 if md.settings.solver_residue_threshold==0, 132 md.settings.solver_residue_threshold = 1e-6; 133 end 132 134 end 133 135 %2017 April 10th 134 136 if isa(md.gia,'gia'), md.gia=giaivins(); end
Note:
See TracBrowser
for help on using the repository browser.