Changeset 9539


Ignore:
Timestamp:
08/31/11 17:05:00 (14 years ago)
Author:
Mathieu Morlighem
Message:

minor

Location:
issm/trunk/src/m
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk/src/m/classes/model.m

    r9536 r9539  
    648648                         %parameter to be inferred by control methods (only
    649649                         %drag and B are supported yet)
    650                          md.control_type=DragCoefficientEnum();
     650                         md.control_type={'DragCoefficient'};
    651651
    652652                         %number of steps in the control methods
  • TabularUnified issm/trunk/src/m/model/extrude.m

    r9532 r9539  
    166166%verticestype
    167167if ~isnan(md.vertices_type)
     168        oldvertices_type=md.vertices_type;
    168169        md.vertices_type=zeros(number_nodes3d,1);
    169170        md.vertices_type=project3d(md,'vector',oldvertices_type,'type','node');
Note: See TracChangeset for help on using the changeset viewer.