source: issm/oecreview/Archive/12678-13393/ISSM-13290-13291.diff

Last change on this file was 13394, checked in by Mathieu Morlighem, 13 years ago

Added 12678-13393

File size: 731 bytes
  • u/astrid-r1b/morlighe/issmuci/trunk-jpl/../trunk-jpl/src/m/classes/autodiff.m

     
    55
    66classdef autodiff
    77        properties (SetAccess=public)
    8                 isautodiff = false;
    9                 dependents = {};
     8                isautodiff   = false;
     9                dependents   = {};
    1010                independents = {};
    1111        end
    1212        methods
     
    2626                %Early return
    2727                if ~obj.isautodiff, return; end
    2828
    29 
    3029                end % }}}
    3130                function disp(obj) % {{{
    3231                        disp(sprintf('   automatic differentiation parameters:'));
Note: See TracBrowser for help on using the repository browser.