Changeset 24532


Ignore:
Timestamp:
01/29/20 09:36:53 (5 years ago)
Author:
Mathieu Morlighem
Message:

CHG: renaming dakota folder to avoid issues with mcc

Location:
issm/trunk-jpl/src/m/classes/qmu/dakota_method
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/qmu/dakota_method/dakota_method.m

    r24436 r24532  
    5454
    5555            switch nargin
    56 
    57 %  create a default object
    58 
    5956                case 0
    60 
    61 %  copy the object or create the object from the input
    62 
     57                                                 %  create a default object
    6358                case 1
     59                                                 %  copy the object or create the object from the input
    6460                    if  (nargin == 1) && isa(method,'dakota_method')
    6561                        dm=method;
Note: See TracChangeset for help on using the changeset viewer.