Changeset 392


Ignore:
Timestamp:
05/13/09 13:52:42 (16 years ago)
Author:
Mathieu Morlighem
Message:

comic bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/solutions/ice/diagnostic_core_nonlinear.m

    r332 r392  
    144144if nout==2,
    145145        %K_ff and K_fs are requested, for the case where we have no loads (ie basal drag)
    146         inputs.drag=zeros(gridset.gsize,1); kflag=1;pflag=1;
    147146        inputs.velocity=soln(count).u_g;
     147        kflag=1;pflag=0;
    148148
    149149        [K_gg,p_g]=SystemMatrices(elements,grids,loads,materials,kflag, pflag, sparsity,inputs,analysis_type);
Note: See TracChangeset for help on using the changeset viewer.