Changeset 329


Ignore:
Timestamp:
05/11/09 09:24:43 (16 years ago)
Author:
seroussi
Message:

useless

File:
1 edited

Legend:

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

    r327 r329  
    4444[K_gg,p_g]=PenaltySystemMatrices(grids,loads,materials,kflag, pflag, sparsity,inputs,analysis_type,K_gg,p_g);
    4545
    46 if strcmpi(analysis_type,'diagnostic_hutter'),
    47         K_gg
    48         p_g
    49         %error
    50 end
    5146if cluster,
    5247        K_gg=distributed(gplus(K_gg),'convert');
Note: See TracChangeset for help on using the changeset viewer.