Changeset 24532
- Timestamp:
- 01/29/20 09:36:53 (5 years ago)
- 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 54 54 55 55 switch nargin 56 57 % create a default object58 59 56 case 0 60 61 % copy the object or create the object from the input 62 57 % create a default object 63 58 case 1 59 % copy the object or create the object from the input 64 60 if (nargin == 1) && isa(method,'dakota_method') 65 61 dm=method;
Note:
See TracChangeset
for help on using the changeset viewer.